aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r--src/shared/Log.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp
index 07e92564458..90b3a27b05d 100644
--- a/src/shared/Log.cpp
+++ b/src/shared/Log.cpp
@@ -418,7 +418,7 @@ void Log::outError( const char * err, ... )
}
if(m_colored)
- SetColor(false,m_colors[LOGL_ERROR]);
+ SetColor(false,RED);
UTF8PRINTF(stderr,err,);
@@ -458,7 +458,7 @@ void Log::outErrorDb( const char * err, ... )
}
if(m_colored)
- SetColor(false,m_colors[LOGL_ERROR]);
+ SetColor(false,RED);
UTF8PRINTF(stderr,err,);