carriage return should be at front-of-line so count survives errors
[migration-tools.git] / fingerprinter
index cbcc9f9..6516e82 100755 (executable)
@@ -332,7 +332,7 @@ sub initialize {
 
 sub progress_ticker {
     return if $conf->{quiet};
-    printf("> %d (%d/s)\r", $count, ($count / (time - $start + 1)))
+    printf("\r> %d (%d/s)", $count, ($count / (time - $start + 1)))
       if ($count % 100 == 0);
 }