updates.
[silc.git] / lib / silccore / silcpacket.c
index 2e7b9cbf006b1929687356a2d6a001e1ee591f60..cdf844d48cfe6178fe9820e4bf186a5fb4bb3030 100644 (file)
@@ -378,7 +378,7 @@ void silc_packet_receive_process(SilcSocketConnection sock,
     silc_buffer_put(parse_ctx->packet->buffer, sock->inbuf->data, 
                    paddedlen + mac_len);
 
-    SILC_LOG_HEXDUMP(("Incoming packet (%d) (%d bytes decrypted), len %d", 
+    SILC_LOG_HEXDUMP(("Incoming packet (%d) (%dB decrypted), len %d", 
                      sequence - 1, block_len, paddedlen + mac_len),
                     sock->inbuf->data, paddedlen + mac_len);