mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 14:30:15 -04:00
Update log messages to reflect fact we no longer need to type exit
to save database before quitting
This commit is contained in:
parent
daf66621dc
commit
98357db400
2 changed files with 6 additions and 10 deletions
|
@ -1022,13 +1022,10 @@ namespace cryptonote
|
|||
bool val_expected = false;
|
||||
if(m_synchronized.compare_exchange_strong(val_expected, true))
|
||||
{
|
||||
MGINFO_GREEN(ENDL << "**********************************************************************" << ENDL
|
||||
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
||||
<< "You are now synchronized with the network. You may now start monero-wallet-cli." << ENDL
|
||||
<< ENDL
|
||||
<< "Please note, that the blockchain will be saved only after you quit the daemon with \"exit\" command or if you use \"save\" command." << ENDL
|
||||
<< "Otherwise, you will possibly need to synchronize the blockchain again." << ENDL
|
||||
<< ENDL
|
||||
<< "Use \"help\" command to see the list of available commands." << ENDL
|
||||
<< "Use the \"help\" command to see the list of available commands." << ENDL
|
||||
<< "**********************************************************************");
|
||||
m_core.on_synchronized();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue