Skip to content

Commit

Permalink
#56 remove compile erro
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Apr 1, 2016
1 parent 299373c commit fe8dd40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bouncer/src/repo/lib/repo_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit fe8dd40

Please sign in to comment.