mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Small cleanup of daemon synchronization output
Add period to second sentence
This commit is contained in:
parent
9fad4008ef
commit
2b0a32f8af
1 changed files with 2 additions and 2 deletions
|
@ -1325,8 +1325,8 @@ namespace cryptonote
|
||||||
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
||||||
<< "The daemon will start synchronizing with the network. This may take a long time to complete." << ENDL
|
<< "The daemon will start synchronizing with the network. This may take a long time to complete." << ENDL
|
||||||
<< ENDL
|
<< ENDL
|
||||||
<< "You can set the level of process detailization* through \"set_log <level|categories>\" command*," << 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
|
<< "where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)." << ENDL
|
||||||
<< ENDL
|
<< ENDL
|
||||||
<< "Use the \"help\" command to see the list of available commands." << ENDL
|
<< "Use the \"help\" command to see the list of available commands." << ENDL
|
||||||
<< "**********************************************************************" << ENDL);
|
<< "**********************************************************************" << ENDL);
|
||||||
|
|
Loading…
Reference in a new issue