Fix build

This commit is contained in:
Kruglov Pavel 2023-05-22 21:36:55 +02:00 committed by GitHub
parent 8436a093e7
commit cee6c3914f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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