Better scan of total tracks/discks

This commit is contained in:
emeric
2018-05-14 12:55:34 +02:00
parent 868eca62c8
commit dedb90c6a5
2 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ int main(int argc, char *argv[])
}
catch (std::exception& e)
{
std::cerr << "Caught exception: " << e.what();
std::cerr << "Caught exception: " << e.what() << std::endl;
return EXIT_FAILURE;
}