=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- src/usr.bin/ssh/channels.c 2001/04/29 19:16:52 1.110 +++ src/usr.bin/ssh/channels.c 2001/05/03 15:07:39 1.111 @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.110 2001/04/29 19:16:52 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.111 2001/05/03 15:07:39 stevesk Exp $"); #include #include @@ -848,7 +848,7 @@ debug("getsockopt SO_ERROR failed"); } else { if (err == 0) { - debug("channel %d: connected)", c->self); + debug("channel %d: connected", c->self); } else { debug("channel %d: not connected: %s", c->self, strerror(err));