diff --git a/trunk/src/core/srs_core_version4.hpp b/trunk/src/core/srs_core_version4.hpp index ac03a6dd1..e8f5529dc 100644 --- a/trunk/src/core/srs_core_version4.hpp +++ b/trunk/src/core/srs_core_version4.hpp @@ -26,6 +26,6 @@ #define VERSION_MAJOR 4 #define VERSION_MINOR 0 -#define VERSION_REVISION 106 +#define VERSION_REVISION 107 #endif diff --git a/trunk/src/protocol/srs_service_utility.cpp b/trunk/src/protocol/srs_service_utility.cpp index 0069a64bc..49bcd4f75 100644 --- a/trunk/src/protocol/srs_service_utility.cpp +++ b/trunk/src/protocol/srs_service_utility.cpp @@ -290,8 +290,8 @@ void retrieve_local_ips() } } - srs_trace(ss0.str().c_str()); - srs_trace(ss1.str().c_str()); + srs_trace("%s", ss0.str().c_str()); + srs_trace("%s", ss1.str().c_str()); freeifaddrs(ifap); }