summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-26 00:52:53 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-26 00:52:53 +0000
commitc0347225ae89090565b17afaa64d1cdc71c159e9 (patch)
treefe3312cf0f755bfa837d05d84952c362d0cabc19
parente45477d9b5f0e1aa8ffdb9f5853abcd979f08a3a (diff)
downloadrdiff-backup-c0347225ae89090565b17afaa64d1cdc71c159e9.tar.gz
typo fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@659 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/fs_abilities.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff_backup/fs_abilities.py b/rdiff-backup/rdiff_backup/fs_abilities.py
index a94e5e4..1eaf149 100644
--- a/rdiff-backup/rdiff_backup/fs_abilities.py
+++ b/rdiff-backup/rdiff_backup/fs_abilities.py
@@ -436,8 +436,8 @@ class SetGlobals:
self.update_triple(self.src_fsa.carbonfile, self.dest_fsa.carbonfile,
('carbonfile_active', 'carbonfile_write', 'carbonfile_conn'))
if self.src_fsa.carbonfile and not Globals.carbonfile_active:
- Log("Source may have carbonfile support, but support defaults to "
- "off.\n Use --carbonfile to enable.", 5)
+ log.Log("Source may have carbonfile support, but support "
+ "defaults to off.\n Use --carbonfile to enable.", 5)
def set_hardlinks(self):
if Globals.preserve_hardlinks != 0: