Merge pull request #54695 from ClickHouse/kssenii-patch-8

Update WebObjectStorage.cpp
This commit is contained in:
robot-clickhouse-ci-2 2023-09-16 06:31:33 +02:00 committed by GitHub
commit 21a14d49fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ void WebObjectStorage::initialize(const String & uri_path, const std::unique_loc
WebObjectStorage::WebObjectStorage( WebObjectStorage::WebObjectStorage(
const String & url_, const String & url_,
ContextPtr context_) ContextPtr context_)
: WithContext(context_->getBufferContext()) : WithContext(context_->getGlobalContext())
, url(url_) , url(url_)
, log(&Poco::Logger::get("WebObjectStorage")) , log(&Poco::Logger::get("WebObjectStorage"))
{ {