From 5fb1311b2ae33c904cae5f0b693f949cf9bbefe8 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 31 Aug 2010 23:22:39 +0200 Subject: [PATCH] clarified debug output --- src/libtls/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtls/tls.c b/src/libtls/tls.c index 34de7cc42..c21108bde 100644 --- a/src/libtls/tls.c +++ b/src/libtls/tls.c @@ -236,7 +236,7 @@ METHOD(tls_t, process, status_t, buf += len; buflen -= len; this->inpos += len; - DBG2(DBG_TLS, "buffering %d bytes, %d bytes of %d byte record received", + DBG2(DBG_TLS, "buffering %d bytes, %d bytes of %d byte TLS record received", len, this->inpos, this->input.len); if (this->input.len == this->inpos) {