Fix indecent error message

This commit is contained in:
Alexey Milovidov 2021-12-12 05:24:47 +03:00
parent 151834d743
commit 453135eb63

View File

@ -1189,7 +1189,7 @@ void DDLWorker::runMainThread()
}
catch (...)
{
tryLogCurrentException(log, "Unexpected error, will try to restart main thread:");
tryLogCurrentException(log, "Unexpected error, will try to restart main thread");
reset_state();
sleepForSeconds(5);
}