From 7cf122fc2a604bae77d0b935536c41ec9203e62d Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Fri, 31 Jul 2020 20:53:13 +0000 Subject: Core/Misc: Fix static analysis issues (#25178) --- src/common/Logging/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Logging/Log.h') diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index 86ef98cb569..44d0db4f607 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -69,7 +69,7 @@ class TC_COMMON_API Log void LoadFromConfig(); void Close(); bool ShouldLog(std::string const& type, LogLevel level) const; - bool SetLogLevel(std::string const& name, char const* level, bool isLogger = true); + bool SetLogLevel(std::string const& name, int32 level, bool isLogger = true); template inline void outMessage(std::string const& filter, LogLevel const level, Format&& fmt, Args&&... args) -- cgit v1.2.3