Update FileCache.cpp

This commit is contained in:
Kseniia Sumarokova 2022-08-11 22:13:22 +02:00 committed by GitHub
parent 1da908ef71
commit 687ea5dd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1064,7 +1064,7 @@ void FileCache::loadCacheInfoIntoMemory(std::lock_guard<std::mutex> & cache_lock
if (!parsed)
{
LOG_WARNING(log, "Unexpected file: ", offset_it->path().string());
LOG_WARNING(log, "Unexpected file: {}", offset_it->path().string());
continue; /// Or just remove? Some unexpected file.
}