]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Duplicate messages moved from audit log to debug log. There are networks where this...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 30 Oct 2013 18:43:00 +0000 (19:43 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 30 Oct 2013 18:43:00 +0000 (19:43 +0100)
lib/gnutls_record.c

index bc6208149554b7de5433119af6106af67901e591..8c2f8bda4e2e74e0b559fd0b25b42b4d31ec0a01 100644 (file)
@@ -1226,7 +1226,7 @@ begin:
       ret = _dtls_record_check(record_params, packet_sequence);
       if (ret < 0)
         {
-          _gnutls_audit_log(session, "Discarded duplicate message[%u.%u]: %s\n",
+          _gnutls_debug_log("Discarded duplicate message[%u.%u]: %s\n",
             (unsigned int)record.sequence.i[0]*256 +(unsigned int)record.sequence.i[1],
             (unsigned int) _gnutls_uint64touint32 (packet_sequence), _gnutls_packet2str (record.type));
           goto sanity_check_error;