From 51a2a3fa93702f289cda1e64323f55aba02f1026 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Thu, 20 Aug 2015 15:42:51 +0200 Subject: Core/Misc: Fix issues reported by static analysis Coverity defect IDs: 1316687, 1316688 --- src/common/Logging/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Logging/Log.cpp') diff --git a/src/common/Logging/Log.cpp b/src/common/Logging/Log.cpp index 93b7b9d122e..57d399a9d96 100644 --- a/src/common/Logging/Log.cpp +++ b/src/common/Logging/Log.cpp @@ -27,7 +27,7 @@ #include #include -Log::Log() : _ioService(nullptr), _strand(nullptr) +Log::Log() : AppenderId(0), lowestLogLevel(LOG_LEVEL_FATAL), _ioService(nullptr), _strand(nullptr) { m_logsTimestamp = "_" + GetTimestampStr(); RegisterAppender(); -- cgit v1.2.3