diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-12-16 23:25:02 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-12-16 23:25:02 +0200 |
| commit | 7998ffc26b026a0b8dae4ca4ee43735caee9655e (patch) | |
| tree | c4d10cbe7a23d0536fd962bc45130af8d42a95de /src/cryptonote_core | |
| parent | 9b511d3e93b923dd59421c8f2052d250f33357fb (diff) | |
| parent | 2b0a32f8af3b6e941cd7bd798fc206dec80ff1c8 (diff) | |
| download | monzero-core-7998ffc26b026a0b8dae4ca4ee43735caee9655e.tar.gz monzero-core-7998ffc26b026a0b8dae4ca4ee43735caee9655e.tar.xz monzero-core-7998ffc26b026a0b8dae4ca4ee43735caee9655e.zip | |
Merge pull request #2871
2b0a32f8 Small cleanup of daemon synchronization output (xmr-eric)
Diffstat (limited to 'src/cryptonote_core')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 5cfa4b3e9..6c772a2ab 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1343,8 +1343,8 @@ namespace cryptonote MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL << "The daemon will start synchronizing with the network. This may take a long time to complete." << ENDL << 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 + << "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 the \"help\" command to see the list of available commands." << ENDL << "Use \"help <command>\" to see a command's documentation." << ENDL |
