From b5816a386c6eae45a6cead81652131eb9ca8d564 Mon Sep 17 00:00:00 2001 From: starlord Date: Fri, 26 Jul 2019 12:29:36 +0800 Subject: [PATCH] MS-260 Refine log Former-commit-id: 0fbaa027ff33645bae10ce31ecd9ffa3c17894df --- cpp/src/db/DBImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/db/DBImpl.cpp b/cpp/src/db/DBImpl.cpp index 26a0c9f5..8e634415 100644 --- a/cpp/src/db/DBImpl.cpp +++ b/cpp/src/db/DBImpl.cpp @@ -351,7 +351,7 @@ void DBImpl::StartCompactionTask() { Status DBImpl::MergeFiles(const std::string& table_id, const meta::DateT& date, const meta::TableFilesSchema& files) { - ENGINE_LOG_DEBUG << "Merge files for table" << table_id; + ENGINE_LOG_DEBUG << "Merge files for table " << table_id; meta::TableFileSchema table_file; table_file.table_id_ = table_id; -- GitLab