From 73ee39927b7c57c439e57a8a5c068454a291505d Mon Sep 17 00:00:00 2001 From: Michal Bistyga Date: Thu, 2 Nov 2017 14:59:11 +0100 Subject: [PATCH] [Logger] Removing warning from code analysis [Verification] Code compiles, random packages pass their tests Change-Id: Ibfa0053c23faa5b4b6a1e49da633289719af1bd7 Signed-off-by: Michal Bistyga --- src/common/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/logger.h b/src/common/logger.h index 66036ace..fd159bb9 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -237,7 +237,7 @@ class ScopeLogger { } template - 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 -- 2.34.1