diff options
author | 2001-03-04 00:03:59 +0000 | |
---|---|---|
committer | 2001-03-04 00:03:59 +0000 | |
commit | 2fa43739667bb18ed858ea11d1edac7d13e2c298 (patch) | |
tree | 203cca2b7972ee5b525e97f5bd2cd429bfd8fbc0 /usr.bin/ssh | |
parent | log*.c -> log.c (diff) | |
download | wireguard-openbsd-2fa43739667bb18ed858ea11d1edac7d13e2c298.tar.xz wireguard-openbsd-2fa43739667bb18ed858ea11d1edac7d13e2c298.zip |
debug1->2
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c index 03867eedca2..9171a06d97c 100644 --- a/usr.bin/ssh/channels.c +++ b/usr.bin/ssh/channels.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.96 2001/02/28 21:31:32 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.97 2001/03/04 00:03:59 markus Exp $"); #include <openssl/rsa.h> #include <openssl/dsa.h> @@ -1069,7 +1069,7 @@ channel_output_poll() if (compat20 && (c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { /* XXX is this true? */ - debug("channel %d: no data after CLOSE", c->self); + debug2("channel %d: no data after CLOSE", c->self); continue; } |