aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-02-18 23:44:59 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-02-18 23:44:59 +0000
commit4a78a99f967ca64d3dfc685e4fee0ec60fab0c35 (patch)
tree4b24903ce42bbd1dcda47e019db7fc433416b40f
parentMerge pull request #3275 (diff)
downloadmonero-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.
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp2
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: