Fix comment

This commit is contained in:
alesapin 2022-09-14 17:28:12 +02:00
parent ad279940d6
commit 63213465ef

View File

@ -1093,7 +1093,7 @@ void MergeTreeData::loadDataPartsFromDisk(
}
catch (...)
{
tryLogCurrentException(log, fmt::format("while calculating part {} on path {}", part->name, part_path));
tryLogCurrentException(log, fmt::format("while calculating part size {} on path {}", part->name, part_path));
}
std::string part_size_str = "failed to calculate size";