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.
This commit is contained in:
moneromooo-monero 2018-02-18 23:44:59 +00:00
parent 4f80c50730
commit 4a78a99f96
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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: