Update log message

This commit is contained in:
Kseniia Sumarokova 2024-08-15 20:03:22 +02:00 committed by GitHub
parent f7d31d151e
commit a5cc3a3a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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