mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine log, can be used when _srs_config is NULL.
This commit is contained in:
parent
7241fa8744
commit
9f2da4e095
4 changed files with 19 additions and 19 deletions
|
@ -45,21 +45,6 @@ MockEmptyLog::~MockEmptyLog()
|
|||
{
|
||||
}
|
||||
|
||||
int MockEmptyLog::on_reload_log_tank()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int MockEmptyLog::on_reload_log_level()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
int MockEmptyLog::on_reload_log_file()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
void __srs_bytes_print(char* pa, int size)
|
||||
{
|
||||
for(int i = 0; i < size; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue