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:
parent
56679b3c82
commit
2c1354b9b9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue