Call clean_flist() with its new "collapse_dot_dot" arg.
[rsync/rsync.git] / log.c
diff --git a/log.c b/log.c
index daf96b4..0b55457 100644 (file)
--- a/log.c
+++ b/log.c
@@ -373,7 +373,7 @@ static void log_formatted(enum logcode code,
                        pathjoin(buf2, sizeof buf2,
                                 file->basedir ? file->basedir : "",
                                 f_name(file));
-                       clean_fname(buf2);
+                       clean_fname(buf2, 0);
                        n = buf2;
                        if (*n == '/') n++;
                        break;