|
|
|
@ -126,8 +126,9 @@ srs_error_t do_main(int argc, char** argv)
|
|
|
|
|
// config already applied to log.
|
|
|
|
|
srs_trace2(TAG_MAIN, "%s, %s", RTMP_SIG_SRS_SERVER, RTMP_SIG_SRS_LICENSE);
|
|
|
|
|
srs_trace("authors: %sand %s", RTMP_SIG_SRS_AUTHORS, SRS_CONSTRIBUTORS);
|
|
|
|
|
srs_trace("cwd=%s, work_dir=%s, build: %s, configure: %s, uname: %s, osx: %d, pkg: %s",
|
|
|
|
|
_srs_config->cwd().c_str(), cwd.c_str(), SRS_BUILD_DATE, SRS_USER_CONFIGURE, SRS_UNAME, SRS_OSX_BOOL, SRS_PACKAGER);
|
|
|
|
|
srs_trace("cwd=%s, work_dir=%s, build: %s, configure: %s, uname: %s, osx: %d, pkg: %s, source: %s, mgmt: %s",
|
|
|
|
|
_srs_config->cwd().c_str(), cwd.c_str(), SRS_BUILD_DATE, SRS_USER_CONFIGURE, SRS_UNAME, SRS_OSX_BOOL, SRS_PACKAGER,
|
|
|
|
|
srs_getenv("SRS_REGION").c_str(), srs_getenv("SRS_SOURCE").c_str(), srs_getenv("SRS_MGMT").c_str());
|
|
|
|
|
srs_trace("configure detail: " SRS_CONFIGURE);
|
|
|
|
|
#ifdef SRS_EMBEDED_TOOL_CHAIN
|
|
|
|
|
srs_trace("crossbuild tool chain: " SRS_EMBEDED_TOOL_CHAIN);
|
|
|
|
|