diff options
author | xmr-eric <xmr-eric@users.noreply.github.com> | 2017-11-27 16:27:26 -0500 |
---|---|---|
committer | xmr-eric <eric@moneroeric.com> | 2017-11-27 16:37:20 -0500 |
commit | 2b0a32f8af3b6e941cd7bd798fc206dec80ff1c8 (patch) | |
tree | bea27b58a7fb70f2bccc0664b73dccd2007ceaf6 /src/cryptonote_core/cryptonote_core.cpp | |
parent | Merge pull request #2863 (diff) | |
download | monero-2b0a32f8af3b6e941cd7bd798fc206dec80ff1c8.tar.xz |
Small cleanup of daemon synchronization output
Add period to second sentence
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
-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 5c181208f..be50d9143 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1325,8 +1325,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 << "**********************************************************************" << ENDL); |