forked from lthn/blockchain
minor log improvements
This commit is contained in:
parent
6bd9a73448
commit
8a515489ee
2 changed files with 2 additions and 1 deletions
|
|
@ -126,6 +126,7 @@ namespace tools
|
|||
// paranoid mode
|
||||
// move downloaded blockchain into a temporary folder
|
||||
//
|
||||
LOG_PRINT_MAGENTA(ENDL << "Downloaded blockchain database is about to be validated and added to the local database block-by-block" << ENDL, LOG_LEVEL_0);
|
||||
std::string path_to_temp_datafolder = dbbs.get_temp_config_folder();
|
||||
std::string path_to_temp_blockchain = dbbs.get_temp_db_folder_path();
|
||||
std::string path_to_temp_blockchain_file = path_to_temp_blockchain + "/" + dbbs.get_db_main_file_name();
|
||||
|
|
|
|||
|
|
@ -502,7 +502,7 @@ void wallets_manager::main_worker(const po::variables_map& m_vm)
|
|||
}
|
||||
|
||||
m_pview->on_backend_stopped();
|
||||
CATCH_ENTRY_L0("daemon_backend::main_worker", void());
|
||||
CATCH_ENTRY_L0("wallets_manager::main_worker", void());
|
||||
}
|
||||
|
||||
bool wallets_manager::update_state_info()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue