From 961157551ae9269b91015a0baaa882136899137d Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 18 Mar 2017 11:38:25 +0100 Subject: [PATCH] Another buildfix --- Common/ConsoleListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/ConsoleListener.cpp b/Common/ConsoleListener.cpp index 09e6c7cfb6..16bbfc5f99 100644 --- a/Common/ConsoleListener.cpp +++ b/Common/ConsoleListener.cpp @@ -610,7 +610,7 @@ void ConsoleListener::Log(const LogMessage &msg) { if (bUseColor) { strcpy(ResetAttr, "\033[0m"); - switch (msg.Level) + switch (msg.level) { case NOTICE_LEVEL: // light green strcpy(ColorAttr, "\033[92m");