mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
blockchain_utilities: fix logs and cout output colliding
This commit is contained in:
@@ -396,7 +396,7 @@ int import_from_file(cryptonote::core& core, const std::string& import_file_path
|
||||
{
|
||||
std::cout << refresh_string << "block " << h-1
|
||||
<< " / " << block_stop
|
||||
<< std::flush;
|
||||
<< "\r" << std::flush;
|
||||
std::cout << ENDL << ENDL;
|
||||
MINFO("Specified block number reached - stopping. block: " << h-1 << " total blocks: " << h);
|
||||
quit = 1;
|
||||
@@ -432,7 +432,7 @@ int import_from_file(cryptonote::core& core, const std::string& import_file_path
|
||||
{
|
||||
std::cout << refresh_string << "block " << h-1
|
||||
<< " / " << block_stop
|
||||
<< std::flush;
|
||||
<< "\r" << std::flush;
|
||||
}
|
||||
|
||||
if (opt_verify)
|
||||
|
||||
Reference in New Issue
Block a user