mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix indecent error message
This commit is contained in:
parent
151834d743
commit
453135eb63
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user