Commit 1f8b1600 authored by owsla's avatar owsla

Be quieter about the xattr warnings


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@870 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent a2dc1b25
......@@ -109,7 +109,7 @@ class ExtendedAttributes:
# fail gracefully if can't call setxattr
if exc[0] == errno.EOPNOTSUPP or exc[0] == errno.EACCES:
log.Log("Warning: unable to write xattr %s to %s"
% (name, rp.path), 3)
% (name, rp.path), 6)
continue
else: raise
......
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