mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update OwnSplitChannel.cpp
This commit is contained in:
parent
4e3c7c60b7
commit
b80677fdb3
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user