mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine log
This commit is contained in:
parent
7459f287e0
commit
5b3f278243
4 changed files with 20 additions and 3 deletions
|
@ -134,7 +134,7 @@ srs_error_t do_main(int argc, char** argv)
|
|||
}
|
||||
|
||||
// config already applied to log.
|
||||
srs_trace2("MAIN", "%s, %s", RTMP_SIG_SRS_SERVER, RTMP_SIG_SRS_LICENSE);
|
||||
srs_trace2(TAG_MAIN, "%s, %s", RTMP_SIG_SRS_SERVER, RTMP_SIG_SRS_LICENSE);
|
||||
srs_trace("authors: %s", RTMP_SIG_SRS_AUTHORS);
|
||||
srs_trace("contributors: %s", SRS_CONSTRIBUTORS);
|
||||
srs_trace("cwd=%s, work_dir=%s, build: %s, configure: %s, uname: %s, osx: %d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue