mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #126, srs_publiser add warnings. refine config utest.
This commit is contained in:
parent
b17c736f3f
commit
7241fa8744
8 changed files with 84 additions and 8 deletions
|
@ -52,6 +52,8 @@ public:
|
|||
static const int Trace = 0x03;
|
||||
static const int Warn = 0x04;
|
||||
static const int Error = 0x05;
|
||||
// specified the disabled level, no log, for utest.
|
||||
static const int Disabled = 0x06;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue