better TRACE of failed remote ident

This commit is contained in:
Matt Johnston 2016-07-11 21:51:25 +08:00
parent 8c53621c24
commit 64e6e3aca9

View File

@ -361,7 +361,7 @@ static void read_session_identification() {
}
if (!done) {
TRACE(("err: %s for '%s'\n", strerror(errno), linebuf))
TRACE(("error reading remote ident: %s\n", strerror(errno)))
ses.remoteclosed();
} else {
/* linebuf is already null terminated */