fix bug of log message

pull/133/head
winlin 11 years ago
parent 56679b3c82
commit 2c1354b9b9

@ -686,7 +686,7 @@ int SrsConfig::parse_file(const char* filename)
std::string log_filename = this->get_srs_log_file();
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;

Loading…
Cancel
Save