Update OwnSplitChannel.cpp

This commit is contained in:
Nikita Mikhaylov 2020-08-05 18:12:06 +03:00 committed by GitHub
parent 4e3c7c60b7
commit b80677fdb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}