summaryrefslogtreecommitdiffhomepage
path: root/common-session.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-07-11 21:51:25 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-07-11 21:51:25 +0800
commit64e6e3aca90a8d7d4e3ec513bc3fd55139512264 (patch)
tree3a91fb8cfb8479fcd57e587024aea6f4cf8fb469 /common-session.c
parent8c53621c24bf29eaef1f60bc35d6780cb092c338 (diff)
better TRACE of failed remote ident
Diffstat (limited to 'common-session.c')
-rw-r--r--common-session.c2
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 */