Whitespace [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-03-06 14:59:25 +03:00
parent 3fba1feff9
commit d134f90fa9

View File

@ -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;
}