summaryrefslogtreecommitdiffstats
path: root/common/log.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-20 16:44:50 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-20 16:44:50 +0200
commit7d96ff88e73dd2b015bb2edfb887365cbf827855 (patch)
tree082acc8689356bd5135c2a6456fda66b788b9ce3 /common/log.cpp
parentb6294ec95f4f459bc3cd5e1c9671d6329cac2b41 (diff)
downloadsink-7d96ff88e73dd2b015bb2edfb887365cbf827855.tar.gz
sink-7d96ff88e73dd2b015bb2edfb887365cbf827855.zip
Color log messages
Diffstat (limited to 'common/log.cpp')
-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:";