mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Merge pull request #68426 from ClickHouse/kssenii-patch-12
Update log message
This commit is contained in:
commit
535fb79404
@ -1031,7 +1031,7 @@ bool CachedOnDiskReadBufferFromFile::nextImplStep()
|
||||
}
|
||||
else
|
||||
LOG_TRACE(log, "No space left in cache to reserve {} bytes, reason: {}, "
|
||||
"will continue without cache download", failure_reason, size);
|
||||
"will continue without cache download", size, failure_reason);
|
||||
|
||||
if (!success)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user