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

SquashSRS4: Update benchmark data.

This commit is contained in:
winlin 2021-05-10 18:09:59 +08:00
parent 8895d36746
commit eb339432c4
8 changed files with 25 additions and 16 deletions

View file

@ -26,6 +26,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 105
#define VERSION_REVISION 106
#endif

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;
}