From 66ff87c0a8701d4ce3a085ee02b0e28b8c23879b Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 12 Sep 2019 14:04:10 -0700 Subject: [PATCH] Remove a confusing log entry with a comment. --- src/internal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal.c b/src/internal.c index 0e82bfa..5b5df5a 100644 --- a/src/internal.c +++ b/src/internal.c @@ -5066,8 +5066,8 @@ int DoReceive(WOLFSSH* ssh) ssh->curSz + LENGTH_SZ - peerBlockSz); } else { - WLOG(WS_LOG_INFO, - "Not trying to decrypt short message."); + /* Entire packet fit in one block, don't need + * to decrypt any more data this packet. */ } /* Verify the buffer is big enough for the data and mac.