clarified debug output
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ METHOD(tls_t, process, status_t,
|
|||||||
buf += len;
|
buf += len;
|
||||||
buflen -= len;
|
buflen -= len;
|
||||||
this->inpos += 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);
|
len, this->inpos, this->input.len);
|
||||||
if (this->input.len == this->inpos)
|
if (this->input.len == this->inpos)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user