mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, reload use complex error
This commit is contained in:
parent
3744606c9b
commit
fd91df9411
28 changed files with 642 additions and 630 deletions
|
@ -69,10 +69,10 @@ bool SrsStageInfo::can_print()
|
|||
return can_print;
|
||||
}
|
||||
|
||||
int SrsStageInfo::on_reload_pithy_print()
|
||||
srs_error_t SrsStageInfo::on_reload_pithy_print()
|
||||
{
|
||||
update_print_time();
|
||||
return ERROR_SUCCESS;
|
||||
return srs_success;
|
||||
}
|
||||
|
||||
static std::map<int, SrsStageInfo*> _srs_stages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue