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:
parent
d2588d3c7e
commit
7b0189a119
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue