From fe8dd403bb7bd2c60ba96a397e37ad90d1d86fe2 Mon Sep 17 00:00:00 2001 From: carmenfan Date: Fri, 1 Apr 2016 09:26:31 +0100 Subject: [PATCH] #56 remove compile erro --- bouncer/src/repo/lib/repo_log.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bouncer/src/repo/lib/repo_log.cpp b/bouncer/src/repo/lib/repo_log.cpp index f9d8df77c..58a7c8b40 100644 --- a/bouncer/src/repo/lib/repo_log.cpp +++ b/bouncer/src/repo/lib/repo_log.cpp @@ -76,8 +76,7 @@ void RepoLog::logToFile(const std::string &filePath) << "(" << threadid << ")" << ": <" << boost::log::trivial::severity << "> " << boost::log::expressions::smessage - ) , - ); + ) ); boost::log::add_common_attributes(); }