mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update FileCache.cpp
This commit is contained in:
parent
1da908ef71
commit
687ea5dd76
@ -1064,7 +1064,7 @@ void FileCache::loadCacheInfoIntoMemory(std::lock_guard<std::mutex> & cache_lock
|
|||||||
|
|
||||||
if (!parsed)
|
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.
|
continue; /// Or just remove? Some unexpected file.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user