aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libtls/tls.c2
1 files changed, 1 insertions, 1 deletions
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)
{