=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- src/usr.bin/ssh/channels.c 2001/05/28 23:14:49 1.118 +++ src/usr.bin/ssh/channels.c 2001/05/28 23:25:24 1.119 @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.118 2001/05/28 23:14:49 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.119 2001/05/28 23:25:24 markus Exp $"); #include #include @@ -312,12 +312,11 @@ for (n = 0, i = 0; i < channels_alloc; i++) if (channels[i]) n++; - - debug("channel_free: channel %d: (%s) nchannels: %d", c->self, + debug("channel_free: channel %d: %s, nchannels %d", c->self, c->remote_name ? c->remote_name : "???", n); s = channel_open_message(); - debug3("channel_free: status: %s", c->self, s); + debug3("channel_free: status: %s", s); xfree(s); if (c->dettach_user != NULL) {