diff --git a/src/par2repairer.cpp b/src/par2repairer.cpp index 17a896f4..9340630c 100644 --- a/src/par2repairer.cpp +++ b/src/par2repairer.cpp @@ -1152,7 +1152,6 @@ bool Par2Repairer::VerifySourceFiles(const std::string& basepath, std::list= CommandLine::nlDebug) { + // Clear out old scanning line + cout << std::setw(shortname.size()+19) << std::setfill(' ') << ""; + if (duplicatecount > 0) - cout << "[DEBUG] duplicates: " << duplicatecount << endl; - cout << "[DEBUG] matchcount: " << count << endl; + cout << "\r[DEBUG] duplicates: " << duplicatecount << endl; + cout << "\r[DEBUG] matchcount: " << count << endl; + cout << "[DEBUG] ----------------------" << endl; } // Did we make any matches at all