Commit 6656c7e9 authored by owsla's avatar owsla

Fix typo


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@978 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent fb5c113d
......@@ -357,7 +357,7 @@ def backup_quoted_rpaths(rpout):
def backup_set_select(rpin):
"""Create Select objects on source connection"""
if rpin.conn.os.name == 'nt':
log.Log("Symbolic links excluded by default on Windows", 4)
Log("Symbolic links excluded by default on Windows", 4)
select_opts.append(("--exclude-symbolic-links", None))
rpin.conn.backup.SourceStruct.set_source_select(rpin, select_opts,
*select_files)
......
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