clarified debug output

This commit is contained in:
Andreas Steffen 2010-08-31 23:22:39 +02:00
parent c3024a0848
commit 5fb1311b2a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{