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.