summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-31 10:12:27 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-31 10:12:27 +0100
commitd8a42e6cca198b1db4cc8822fbea3ef54bfbe75c (patch)
tree6acf12c85ec116a1b5c292b0791c46ac789b50bb
parentcf26d2bd1449145cc1654ed831864b489c18633a (diff)
downloadgnutls-d8a42e6cca198b1db4cc8822fbea3ef54bfbe75c.tar.gz
debug_log -> record_log
-rw-r--r--lib/gnutls_record.c2
1 files changed, 1 insertions, 1 deletions
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;