diff options
author | xmr-eric <eric@moneroeric.com> | 2017-05-10 14:34:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 14:34:18 -0400 |
commit | a57392016b153dd0bdf7005fc176a483495ab89e (patch) | |
tree | a5be0244c8fac875ff5c3d2f2a085bde7d80e486 | |
parent | Merge pull request #2015 (diff) | |
download | monero-a57392016b153dd0bdf7005fc176a483495ab89e.tar.xz |
Update sync time copy
-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 9c122f511..1c07d0a5c 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1089,7 +1089,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 |