From 243e4288a7f2d0228b2bce7b02d39ff29f3b6e47 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 11 Nov 2020 17:53:00 +0300 Subject: [PATCH] enable tonns of messages to debug problem --- src/simplewallet/simplewallet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 649c0204..3fdc550c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -1769,7 +1769,7 @@ bool search_for_wallet_file(const std::wstring &search_here/*, const std::string return false; } - //LOG_PRINT_L0("FOLDER: " << epee::string_encoding::convert_to_ansii(search_here)); + LOG_PRINT_L0("FOLDER: " << epee::string_encoding::convert_to_ansii(search_here)); static uint64_t last_tick = 0; using namespace boost::filesystem; //recursive_directory_iterator dir(search_here), end; @@ -1815,6 +1815,7 @@ bool search_for_wallet_file(const std::wstring &search_here/*, const std::string LOG_PRINT_CYAN("Skip: " << search_here, LOG_LEVEL_0); return false; } + LOG_PRINT_L0("FOLDER: " << epee::string_encoding::convert_to_ansii(search_here) << " finished"); return false; } //----------------------------------------------------------------------------------------------------