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

fix bug of log message

This commit is contained in:
winlin 2014-03-23 12:23:23 +08:00
parent 56679b3c82
commit 2c1354b9b9

View file

@ -686,7 +686,7 @@ int SrsConfig::parse_file(const char* filename)
std::string log_filename = this->get_srs_log_file(); std::string log_filename = this->get_srs_log_file();
if (!log_filename.empty()) { if (!log_filename.empty()) {
srs_trace("open log file %s and write to", log_filename.c_str()); srs_trace("log file is %s", log_filename.c_str());
} }
return ret; return ret;