From c0347225ae89090565b17afaa64d1cdc71c159e9 Mon Sep 17 00:00:00 2001 From: bescoto Date: Wed, 26 Oct 2005 00:52:53 +0000 Subject: typo fix git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@659 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/fs_abilities.py | 4 ++-- 1 file 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: -- cgit v1.2.1