diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:48:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:48:54 +0200 |
commit | 21335e5c6b1d62b6ec6a0badf95bef398e4dfbdc (patch) | |
tree | 1a89c2d6a03e16142326dd44f10ea1820bfe82ad /src | |
parent | Merge pull request #3292 (diff) | |
parent | cryptonote_core: change wording of fork warning message (diff) | |
download | monero-21335e5c6b1d62b6ec6a0badf95bef398e4dfbdc.tar.xz |
Merge pull request #3293
4a78a99f cryptonote_core: change wording of fork warning message (moneromooo-monero)
Diffstat (limited to 'src')
-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: |