mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
blockchain_import: Add exception to log output
This commit is contained in:
parent
1cfe0bdbef
commit
412243901d
@ -500,7 +500,7 @@ int import_from_file(FakeCore& simple_core, const std::string& import_file_path,
|
|||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
std::cout << refresh_string;
|
std::cout << refresh_string;
|
||||||
LOG_PRINT_RED_L0("exception while reading from file, height=" << h);
|
LOG_PRINT_RED_L0("exception while reading from file, height=" << h << ": " << e.what());
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
} // while
|
} // while
|
||||||
|
Loading…
Reference in New Issue
Block a user