From d134f90fa9f38781db5024164a702223459b4d3c Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Tue, 6 Mar 2018 14:59:25 +0300 Subject: [PATCH] Whitespace [#CLICKHOUSE-2] --- dbms/src/Interpreters/DDLWorker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Interpreters/DDLWorker.cpp b/dbms/src/Interpreters/DDLWorker.cpp index 7cdcacb0078..455c6bf2c17 100644 --- a/dbms/src/Interpreters/DDLWorker.cpp +++ b/dbms/src/Interpreters/DDLWorker.cpp @@ -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; }