aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-24 10:05:21 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-24 10:05:21 -0500
commit8c41d36a083da4ffb4ec406e56c888d0105abc08 (patch)
tree0c43572414addbdef286799b297f4648c60d407d /src/cryptonote_core
parentMerge pull request #5848 (diff)
parentProperly format multiline logs (diff)
downloadmonero-8c41d36a083da4ffb4ec406e56c888d0105abc08.tar.xz
Merge pull request #5864
32f725d Properly format multiline logs (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_core')
-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 90ae43b7b..41fe18543 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -1642,7 +1642,7 @@ namespace cryptonote
break;
case HardFork::UpdateNeeded:
level = el::Level::Info;
- MCLOG(level, "global", "Last scheduled hard fork time suggests a daemon update will be released within the next couple months.");
+ MCLOG(level, "global", el::Color::Default, "Last scheduled hard fork time suggests a daemon update will be released within the next couple months.");
break;
default:
break;