diff --git a/deep_fixitycheck.pl b/deep_fixitycheck.pl
index b7089bd99ad0c99d20ddcb81901381b34b2a008f..20f7ab7405d9e9f4ce20069a4c2d6e2e0453d52b 100644
--- a/deep_fixitycheck.pl
+++ b/deep_fixitycheck.pl
@@ -77,7 +77,7 @@ sub searching_ie_files ($$) {
       $relpath =~ s{^\Q$dir\E/?}{};
       my $depth = File::Spec->splitdir($relpath);
       if ($depth <= 2) {
-        print $progressbar->report("find IE files:        %40b  running: %L ETA: %E (count=$dircount)\r", ++$dircount);
+        print $progressbar->report("find IE files:        %40b  running: %L ETA: %E (count=$dircount)          \r", ++$dircount);
       }
     }
     return;
@@ -352,7 +352,7 @@ if (defined $search_dir && -d "$search_dir") {
     while ( <$fh_unsorted_file>) { # scan each IE
       $stat->{IEs}++;
       chomp;
-      print $progressbar->report("parse IE files:       %40b  running: %L ETA: %E (count=$count)  \r", ++$count);
+      print $progressbar->report("parse IE files:       %40b  running: %L ETA: %E (count=$count)         \r", ++$count);
       my $ret = parse_iexml( $_, $recovery);
       foreach my $fileobj (@{ $ret->{files} }) {
         $fileobj->{file_mounted} = map_file($map_path, $fileobj->{filepath});