diff --git a/BaseCommon/Log.cpp b/BaseCommon/Log.cpp index dd702ad..7a91e5f 100644 --- a/BaseCommon/Log.cpp +++ b/BaseCommon/Log.cpp @@ -54,6 +54,8 @@ void CLog::finalise() } m_targets.clear(); + m_prevMsg.clear(); + m_prevMsgCount = 0; } void CLog::getTimeStamp(std::string & s)