better TRACE of failed remote ident
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 @@
 	}
 
 	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 */