[channels.c]
     debug1->2
This commit is contained in:
Ben Lindstrom 2001-03-05 07:27:13 +00:00
Родитель 8a432f5fe0
Коммит b1131e9329
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -143,6 +143,9 @@
- markus@cvs.openbsd.org 2001/03/03 23:59:34
[log.c ssh.c]
log*.c -> log.c
- markus@cvs.openbsd.org 2001/03/04 00:03:59
[channels.c]
debug1->2
20010304
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@ -4335,4 +4338,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.895 2001/03/05 07:24:46 mouring Exp $
$Id: ChangeLog,v 1.896 2001/03/05 07:27:13 mouring Exp $

Просмотреть файл

@ -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;
}