From 7d96ff88e73dd2b015bb2edfb887365cbf827855 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 20 Oct 2015 16:44:50 +0200 Subject: Color log messages --- common/log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 break; case DebugLevel::Log: prefix = "Log: "; + prefixColorCode = ANSI_Colors::Green; break; case DebugLevel::Warning: prefix = "Warning:"; -- cgit v1.2.3