优化日志

This commit is contained in:
xiongziliang
2018-04-09 11:33:19 +08:00
parent 9fe6587bd3
commit 6a9bc8aca5
8 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ API_EXPORT PlayerContext API_CALL createPlayer() {
MediaPlayer::Ptr ret(new MediaPlayer());
s_mapPlayer.emplace(ret.get(), ret);
if(s_mapPlayer.size() > 16){
FatalL << s_mapPlayer.size();
ErrorL << s_mapPlayer.size();
}
return ret.get();
}