summaryrefslogtreecommitdiffstats
path: root/common/log.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-21 14:21:16 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-21 14:21:16 +0200
commit12cc3f612c3ebe9522f98c808f9d7115d8e222ce (patch)
tree8dd53dd441d8577b9d72289748a72cf76acd4cca /common/log.cpp
parent264fb692ccd122e53c7592a26447ed8281179c8b (diff)
downloadsink-12cc3f612c3ebe9522f98c808f9d7115d8e222ce.tar.gz
sink-12cc3f612c3ebe9522f98c808f9d7115d8e222ce.zip
Cleanup
Diffstat (limited to 'common/log.cpp')
-rw-r--r--common/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.cpp b/common/log.cpp
index 25102dd..c33c700 100644
--- a/common/log.cpp
+++ b/common/log.cpp
@@ -187,7 +187,7 @@ QDebug Akonadi2::Log::debugStream(DebugLevel debugLevel, int line, const char* f
187 } 187 }
188 if (showLocation) { 188 if (showLocation) {
189 output += QString(" %3").arg(function); 189 output += QString(" %3").arg(function);
190 /*debug << file << ":" << line */ 190 output += QString("%1:%2").arg(file).arg(line);
191 } 191 }
192 output += ":"; 192 output += ":";
193 193