mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
03263e37f2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user