summaryrefslogtreecommitdiff
path: root/ndb/src/common/logger/LogHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/logger/LogHandler.cpp')
-rw-r--r--ndb/src/common/logger/LogHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/common/logger/LogHandler.cpp b/ndb/src/common/logger/LogHandler.cpp
index ec4137297f1..a9d4512112f 100644
--- a/ndb/src/common/logger/LogHandler.cpp
+++ b/ndb/src/common/logger/LogHandler.cpp
@@ -31,6 +31,7 @@ LogHandler::LogHandler() :
m_last_message[0]= 0;
m_last_log_time= 0;
m_now= 0;
+ m_last_level= (Logger::LoggerLevel)-1;
}
LogHandler::~LogHandler()