mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-06 10:07:03 +00:00
Add missing semicolons after log statements
This commit is contained in:
parent
5d33b43d8d
commit
3f2970fadb
8 changed files with 12 additions and 12 deletions
|
@ -515,7 +515,7 @@ int import_from_file(FakeCore& simple_core, const std::string& import_file_path,
|
|||
#if !defined(BLOCKCHAIN_DB) || (BLOCKCHAIN_DB == DB_LMDB)
|
||||
simple_core.m_storage.get_db().show_stats();
|
||||
#endif
|
||||
LOG_PRINT_L0("Number of blocks imported: " << num_imported)
|
||||
LOG_PRINT_L0("Number of blocks imported: " << num_imported);
|
||||
if (h > 0)
|
||||
// TODO: if there was an error, the last added block is probably at zero-based height h-2
|
||||
LOG_PRINT_L0("Finished at block: " << h-1 << " total blocks: " << h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue