1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Make debug output a bit nicer.

This commit is contained in:
King_DuckZ 2016-03-08 08:51:57 +01:00
parent d2588d3c7e
commit 7b0189a119

View file

@ -83,7 +83,7 @@ int main (int parArgc, char* parArgv[]) {
const auto& hashes = hashing->get_or_create();
for (const auto& hash : hashes) {
std::cout << mchlib::tiger_to_string(hash.hash) << std::endl;
std::cout << '"' << hash.path << "\" -> " << mchlib::tiger_to_string(hash.hash) << std::endl;
}
return 0;