]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
debug_log -> record_log
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 Oct 2013 09:12:27 +0000 (10:12 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 Oct 2013 09:12:27 +0000 (10:12 +0100)
lib/gnutls_record.c

index 8c2f8bda4e2e74e0b559fd0b25b42b4d31ec0a01..a9875309fd3c67ea434343a3e10f75193ba7d9bd 100644 (file)
@@ -1226,7 +1226,7 @@ begin:
       ret = _dtls_record_check(record_params, packet_sequence);
       if (ret < 0)
         {
-          _gnutls_debug_log("Discarded duplicate message[%u.%u]: %s\n",
+          _gnutls_record_log("REC[%p]: Discarded duplicate message[%u.%u]: %s\n", session,
             (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;