]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/drecurse.py
Improve formatting of error and warning messages.
[bup.git] / lib / bup / drecurse.py
index e0855c83197a241d50e79988ae0f5497d0cf68ad..866045ff680a313373d9e67d16a1756876412156 100644 (file)
@@ -132,7 +132,7 @@ def parse_excludes(flags):
                     for exclude_path in f.readlines():
                         excluded_paths.append(realpath(exclude_path.strip()))
                 except Error, e:
-                    log("warning: couldn't read %s" % parameter)
+                    log("warning: couldn't read %s\n" % parameter)
             finally:
                 f.close()