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

RTC: Update benchmark data

This commit is contained in:
winlin 2021-05-10 14:30:08 +08:00
parent 3bf1b0cb7d
commit 6dc93fe0a8
2 changed files with 15 additions and 7 deletions

View file

@ -83,7 +83,7 @@ srs_error_t srs_st_init()
// Switch to the background cid.
_srs_context->set_id(cid);
srs_trace("st_init success, use %s", st_get_eventsys_name());
srs_info("st_init success, use %s", st_get_eventsys_name());
return srs_success;
}