winlin

fix bug of log message

@@ -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;