diff options
Diffstat (limited to 'common/log.cpp')
-rw-r--r-- | common/log.cpp | 2 |
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 | ||