From d8af85a4302eed47c3a65db1961fa9500ea0413c Mon Sep 17 00:00:00 2001 From: aymeric Date: Tue, 3 Mar 2009 17:42:13 +0000 Subject: [PATCH] remove dangerous printf git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@291 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/mediastreamer2/src/ice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone/mediastreamer2/src/ice.c b/linphone/mediastreamer2/src/ice.c index 53a46e08e..67d0dcf65 100644 --- a/linphone/mediastreamer2/src/ice.c +++ b/linphone/mediastreamer2/src/ice.c @@ -394,7 +394,7 @@ int ice_process_stun_message(RtpSession *session, struct CandidatePair *remote_c { char buf[STUN_MAX_MESSAGE_SIZE]; int len = sizeof(buf); - ms_error("Wrong MESSAGEINTEGRITY attribute in connectivity check (%s)", msg.messageIntegrity.hash, hmac); + ms_error("Wrong MESSAGEINTEGRITY attribute in connectivity check"); _ice_createErrorResponse(&resp, 4, 1, "Wrong MESSAGEINTEGRITY attribute"); len = stunEncodeMessage(&resp, buf, len, &hmacPassword ); if (len)