diff --git a/base/loggers/OwnSplitChannel.cpp b/base/loggers/OwnSplitChannel.cpp index 2ea2d3eeec3..495b2395704 100644 --- a/base/loggers/OwnSplitChannel.cpp +++ b/base/loggers/OwnSplitChannel.cpp @@ -98,7 +98,7 @@ void OwnSplitChannel::logSplit(const Poco::Message & msg) text_log_locked = text_log.lock(); } if (text_log_locked) - text_log_locked->add(elem); + text_log_locked->add(elem); } }