Fix build

This commit is contained in:
alesapin 2024-03-19 12:12:35 +01:00
parent c90ec72fde
commit 667aade4e3

View File

@ -641,7 +641,7 @@ void StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(
/// Replica can become inactive, so wait with timeout, if nothing happened -> recheck it
if (!wait_event->tryWait(1000))
{
LOG_TRACE(log, "Failed to wait for mutation '{}', will recheck", mutation_id)
LOG_TRACE(log, "Failed to wait for mutation '{}', will recheck", mutation_id);
}
}