Merge remote-tracking branch 'origin/master'

This commit is contained in:
xiongziliang 2018-07-30 11:58:57 +08:00
commit 03263e37f2

View File

@ -136,7 +136,7 @@ public:
_cb = cb;
}
virtual ~LogoutChannel(){}
void write(const LogInfo_ptr &logInfo){
void write(const LogInfoPtr &logInfo){
if (level() > logInfo->_level) {
return;
}