正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -686,7 +686,7 @@ int SrsConfig::parse_file(const char* filename) | @@ -686,7 +686,7 @@ int SrsConfig::parse_file(const char* filename) | ||
686 | 686 | ||
687 | std::string log_filename = this->get_srs_log_file(); | 687 | std::string log_filename = this->get_srs_log_file(); |
688 | if (!log_filename.empty()) { | 688 | if (!log_filename.empty()) { |
689 | - srs_trace("open log file %s and write to", log_filename.c_str()); | 689 | + srs_trace("log file is %s", log_filename.c_str()); |
690 | } | 690 | } |
691 | 691 | ||
692 | return ret; | 692 | return ret; |
-
请 注册 或 登录 后发表评论