From 2c1354b9b942f6ea23f734a1a94f048e3531ecb9 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 23 Mar 2014 12:23:23 +0800 Subject: [PATCH] fix bug of log message --- trunk/src/app/srs_app_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index a73e877bd..2cbab5095 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -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;