mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Whitespace [#CLICKHOUSE-2]
This commit is contained in:
parent
3fba1feff9
commit
d134f90fa9
@ -372,7 +372,7 @@ void DDLWorker::processTasks()
|
||||
String reason;
|
||||
if (!initAndCheckTask(entry_name, reason))
|
||||
{
|
||||
LOG_DEBUG(log, "Will not execute task " << entry_name << " : " << reason);
|
||||
LOG_DEBUG(log, "Will not execute task " << entry_name << ": " << reason);
|
||||
last_processed_task_name = entry_name;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user