diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:20:39 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:20:39 +0200 |
commit | 907ce14b186c9700161bbf9f6335c6531b2121a2 (patch) | |
tree | 3920b15c03e3a3795f597a97a7fa19becb4affe3 | |
parent | Merge pull request #2022 (diff) | |
parent | Update sync time copy (diff) | |
download | monero-907ce14b186c9700161bbf9f6335c6531b2121a2.tar.xz |
Merge pull request #2026
a5739201 Update sync time copy (xmr-eric)
-rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 1cd285522..21b0b4ceb 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1097,7 +1097,7 @@ namespace cryptonote if(!m_starter_message_showed) { MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL - << "The daemon will start synchronizing with the network. It may take up to several hours." << 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 |