summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:27:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:27:13 +0000
commitb1131e9329b123b754fe4a7c70b1db85eba18267 (patch)
treeb6069e7a642cc54d7eb69a2efd19aa3cc970bd8b /channels.c
parent8a432f5fe0b6a5e140ef2d72adc23b851d8d2e53 (diff)
- markus@cvs.openbsd.org 2001/03/04 00:03:59
[channels.c] debug1->2
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index bca7268b..1d74efe0 100644
--- a/channels.c
+++ b/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;
}