diff options
-rw-r--r-- | common-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |