mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
Fix build
This commit is contained in:
parent
8436a093e7
commit
cee6c3914f
@ -110,7 +110,7 @@ WriteBufferFromPocoSocket::~WriteBufferFromPocoSocket()
|
||||
#ifndef NDEBUG
|
||||
if (!finalized)
|
||||
{
|
||||
LOG_ERROR(log, "WriteBufferFromPocoSocket is not finalized in destructor. It's a bug");
|
||||
LOG_ERROR(&Poco::Logger::get("WriteBufferFromPocoSocket"), "WriteBufferFromPocoSocket is not finalized in destructor. It's a bug");
|
||||
std::terminate();
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user