src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:20:07 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 07:20:07 +0000 (15:20 +0800)
src/strip.vala

index 67beec6..678e25c 100644 (file)
@@ -782,7 +782,9 @@ public class Strip : GLib.Object {
                }
                 
                 this.scan_file(path , next_file.get_display_name());
-                this.report_state("After scanning %s/%s".printf(path , next_file.get_display_name()));
+               if(this.has_replaced) {
+                        this.report_state("After scanning %s/%s".printf(path , next_file.get_display_name()));
+                        }
                 continue;
             }