Update log messages to reflect fact we no longer need to type exit to save database before quitting

This commit is contained in:
NanoAkron
2017-01-23 01:03:04 +00:00
parent daf66621dc
commit 98357db400
2 changed files with 6 additions and 10 deletions
+4 -5
View File
@@ -1020,12 +1020,11 @@ namespace cryptonote
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
<< "The daemon will start synchronizing with the network. It may take up to several hours." << ENDL
<< ENDL
<< "You can set the level of process detailization* through \"set_log <level|categories>\" command*, where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)" << ENDL
<< "You can set the level of process detailization* through \"set_log <level|categories>\" command*," << ENDL
<< "where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)" << ENDL
<< ENDL
<< "Use \"help\" command to see the list of available commands." << ENDL
<< ENDL
<< "Note: in case you need to interrupt the process, use \"exit\" command. Otherwise, the current progress won't be saved." << ENDL
<< "**********************************************************************");
<< "Use the \"help\" command to see the list of available commands." << ENDL
<< "**********************************************************************" << ENDL);
m_starter_message_showed = true;
}