summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.cpp b/common/log.cpp
index 1fe09be..25102dd 100644
--- a/common/log.cpp
+++ b/common/log.cpp
@@ -159,6 +159,7 @@ QDebug Akonadi2::Log::debugStream(DebugLevel debugLevel, int line, const char* f
159 break; 159 break;
160 case DebugLevel::Log: 160 case DebugLevel::Log:
161 prefix = "Log: "; 161 prefix = "Log: ";
162 prefixColorCode = ANSI_Colors::Green;
162 break; 163 break;
163 case DebugLevel::Warning: 164 case DebugLevel::Warning:
164 prefix = "Warning:"; 165 prefix = "Warning:";