Commit 5e1d50c4 authored by bescoto's avatar bescoto

typo fix


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@659 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 25e88f03
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment