diff --git a/cpp/src/db/DBImpl.cpp b/cpp/src/db/DBImpl.cpp index 26a0c9f57efd6681511e97ae477362374b16a19a..8e634415aa948b3030362c6f6a9252010f33db28 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;