remove dangerous printf

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@291 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2009-03-03 17:42:13 +00:00
parent d432245a8d
commit d8af85a430

View file

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