1
0
Fork 0
forked from lthn/blockchain

enabled more logs

This commit is contained in:
cryptozoidberg 2020-11-11 17:55:00 +03:00
parent 243e4288a7
commit 20847a8ce0
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1942,6 +1942,8 @@ int main(int argc, char* argv[])
<< epee::string_encoding::convert_to_ansii(command_line::get_arg(vm, arg_scan_for_wallet)));
search_for_wallet_file(epee::string_encoding::convert_to_unicode(command_line::get_arg(vm, arg_scan_for_wallet)));
LOG_PRINT_L0("Finished.");
return EXIT_SUCCESS;
}