From 64e6e3aca90a8d7d4e3ec513bc3fd55139512264 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 11 Jul 2016 21:51:25 +0800 Subject: [PATCH] better TRACE of failed remote ident --- common-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-session.c b/common-session.c index 20b6ba3..0563c6f 100644 --- a/common-session.c +++ b/common-session.c @@ -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 */