From 20847a8ce0cee676030f9689e4b9e0a358172fff Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 11 Nov 2020 17:55:00 +0300 Subject: [PATCH] enabled more logs --- src/simplewallet/simplewallet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 3fdc550c..e6acb67b 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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; }