]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/03/24 16:01:13
authormouring <mouring>
Tue, 26 Mar 2002 02:09:41 +0000 (02:09 +0000)
committermouring <mouring>
Tue, 26 Mar 2002 02:09:41 +0000 (02:09 +0000)
     [packet.c]
     debug->debug3 for extra padding

ChangeLog
packet.c

index 49602d008c4e291a8a6e3ab658bf9421a2084f9a..c44709ed56a267ae6334af50ddf218d4a6d43a11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
    - markus@cvs.openbsd.org 2002/03/24 16:00:27
      [serverloop.c]
      remove unused debug
+   - markus@cvs.openbsd.org 2002/03/24 16:01:13
+     [packet.c]
+     debug->debug3 for extra padding
 
 20020324
  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
index f5144d10711caf23de05bdba8d900814b94f37a7..fcd47cbcec23be1fcd6f7cf74cac8b345c0b4fce 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.92 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.93 2002/03/24 16:01:13 markus Exp $");
 
 #include "xmalloc.h"
 #include "buffer.h"
@@ -644,7 +644,7 @@ packet_send2(void)
                /* will wrap if extra_pad+padlen > 255 */
                extra_pad  = roundup(extra_pad, block_size);
                pad = extra_pad - ((len + padlen) % extra_pad);
-               debug("packet_send2: adding %d (len %d padlen %d extra_pad %d)",
+               debug3("packet_send2: adding %d (len %d padlen %d extra_pad %d)",
                    pad, len, padlen, extra_pad);
                padlen += pad;
                extra_pad = 0;
This page took 0.051498 seconds and 5 git commands to generate.