From c2ac11201b4554c01a52e2753168326218d5011c Mon Sep 17 00:00:00 2001 From: zhengfl Date: Thu, 28 Aug 2014 03:29:25 +0800 Subject: [PATCH] amendment srs_verbose info in the get_peer_ip --- trunk/src/app/srs_app_utility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_utility.cpp b/trunk/src/app/srs_app_utility.cpp index 60adfb3ee..db165d2b1 100644 --- a/trunk/src/app/srs_app_utility.cpp +++ b/trunk/src/app/srs_app_utility.cpp @@ -1035,7 +1035,7 @@ string srs_get_peer_ip(int fd) ip = buf; - srs_verbose("get peer ip success. ip=%s, fd=%d", ip, fd); + srs_verbose("get peer ip success. ip=%s, fd=%d", ip.c_str(), fd); return ip; }