summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-02-01 03:00:24 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-02-01 03:00:24 +0000
commita8190e19465aacc659c246123213c53d7f562f28 (patch)
tree87a9f5ee5728d59d714f3eac26240106c7484e49
parent360fed4071ef341232c809ede0e6321b5f781e76 (diff)
downloadrdiff-backup-a8190e19465aacc659c246123213c53d7f562f28.tar.gz
Charles Duffy's patch so unnecessary --check-destination-dir returns 0
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@755 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py
index 54aa625..90da372 100644
--- a/rdiff-backup/rdiff_backup/Main.py
+++ b/rdiff-backup/rdiff_backup/Main.py
@@ -776,7 +776,7 @@ def CheckDest(dest_rp):
Log.FatalError("No destination dir found at %s" % (dest_rp.path,))
elif need_check == 0:
Log.FatalError("Destination dir %s does not need checking" %
- (dest_rp.path,))
+ (dest_rp.path,), errlevel = 0)
init_user_group_mapping(dest_rp.conn)
dest_rp.conn.regress.Regress(dest_rp)