From: Nikos Mavrogiannopoulos Date: Thu, 31 Oct 2013 09:12:27 +0000 (+0100) Subject: debug_log -> record_log X-Git-Tag: gnutls_3_2_6~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8a42e6cca198b1db4cc8822fbea3ef54bfbe75c;p=thirdparty%2Fgnutls.git debug_log -> record_log --- diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index 8c2f8bda4e..a9875309fd 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -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;