Merge pull request #29344 from ClickHouse/azat-apply-install-patch

Apply a patch from Azat
This commit is contained in:
alexey-milovidov 2021-09-25 19:43:54 +03:00 committed by GitHub
commit c96a73f4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -962,7 +962,7 @@ namespace
if (isRunning(pid_file))
{
throw Exception(ErrorCodes::CANNOT_KILL,
"The server process still exists after %zu ms",
"The server process still exists after {} tries (delay: {} ms)",
num_kill_check_tries, kill_check_delay_ms);
}
}