diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-18 23:44:59 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-18 23:44:59 +0000 |
commit | 4a78a99f967ca64d3dfc685e4fee0ec60fab0c35 (patch) | |
tree | 4b24903ce42bbd1dcda47e019db7fc433416b40f /src/cryptonote_core | |
parent | Merge pull request #3275 (diff) | |
download | monero-4a78a99f967ca64d3dfc685e4fee0ec60fab0c35.tar.xz |
cryptonote_core: change wording of fork warning message
An udpate may or may not be available now, but should be soon if not.
This will prevent too many people freaking out.
Diffstat (limited to 'src/cryptonote_core')
-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 e0430a18a..8b837f2e4 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1388,7 +1388,7 @@ namespace cryptonote break; case HardFork::UpdateNeeded: MCLOG_RED(level, "global", "**********************************************************************"); - MCLOG_RED(level, "global", "Last scheduled hard fork time shows a daemon update is needed now."); + MCLOG_RED(level, "global", "Last scheduled hard fork time shows a daemon update is needed soon."); MCLOG_RED(level, "global", "**********************************************************************"); break; default: |