diff options
Diffstat (limited to 'rdiff-backup/src/statistics.py')
-rw-r--r-- | rdiff-backup/src/statistics.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/src/statistics.py b/rdiff-backup/src/statistics.py index c18f34a..7dff7a3 100644 --- a/rdiff-backup/src/statistics.py +++ b/rdiff-backup/src/statistics.py @@ -286,7 +286,8 @@ class Stats: "directory_statistics"), Time.curtime, suffix) if cls._dir_stats_rp.lstat(): - Log("Warning, statistics file %s already exists, appending", 2) + Log("Warning, statistics file %s already exists, appending" % + cls._dir_stats_rp.path, 2) cls._dir_stats_fp = cls._dir_stats_rp.open("ab", Globals.compression) else: cls._dir_stats_fp = \ |