1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Log: Refine the log interface. v5.0.82

This commit is contained in:
winlin 2022-10-25 09:18:33 +08:00
parent 252851d1b0
commit e9915c3bd7
10 changed files with 91 additions and 277 deletions

View file

@ -102,7 +102,7 @@ GTEST_API_ int main(int argc, char **argv) {
MockEmptyLog::MockEmptyLog(SrsLogLevel l)
{
level = l;
level_ = l;
}
MockEmptyLog::~MockEmptyLog()