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

Remove noisy informations.

This commit is contained in:
winlin 2019-04-30 08:38:57 +08:00
parent 0564cdedec
commit ad3749a4d5
7 changed files with 4 additions and 22 deletions

View file

@ -119,8 +119,7 @@ srs_error_t do_main(int argc, char** argv)
// config already applied to log.
srs_trace(RTMP_SIG_SRS_SERVER ", stable is " RTMP_SIG_SRS_PRIMARY);
srs_trace("license: " RTMP_SIG_SRS_LICENSE ", " RTMP_SIG_SRS_COPYRIGHT);
srs_trace("authors: " RTMP_SIG_SRS_AUTHROS);
srs_trace("license: " RTMP_SIG_SRS_LICENSE);
srs_trace("contributors: " SRS_AUTO_CONSTRIBUTORS);
srs_trace("build: %s, configure:%s, uname: %s", SRS_AUTO_BUILD_DATE, SRS_AUTO_USER_CONFIGURE, SRS_AUTO_UNAME);
srs_trace("configure detail: " SRS_AUTO_CONFIGURE);