[Logger] Removing warning from code analysis 16/158716/2
authorMichal Bistyga <m.bistyga@samsung.com>
Thu, 2 Nov 2017 13:59:11 +0000 (14:59 +0100)
committerMichal Bistyga <m.bistyga@samsung.com>
Fri, 3 Nov 2017 10:50:11 +0000 (11:50 +0100)
[Verification] Code compiles, random packages pass their tests

Change-Id: Ibfa0053c23faa5b4b6a1e49da633289719af1bd7
Signed-off-by: Michal Bistyga <m.bistyga@samsung.com>
src/common/logger.h

index 66036aceb03dd11b126457eed6f79cdb9c4597b5..fd159bb910dfe2e8dab6ecd10033d9750fe38b18 100644 (file)
@@ -237,7 +237,7 @@ class ScopeLogger {
   }
 
   template <typename... Args>
-  ScopeLogger(const std::string& f, const std::string& m, int l, const std::string& ex = "",
+  ScopeLogger(const std::string& f, const std::string& m, int l, const std::string& ex,
               Args... args)
       : file_(f), method_(m), extra_(ex) {
 #ifdef TIZEN_DEBUG_ENABLE