diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-12-04 05:24:50 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-12-04 05:24:50 +0800 |
commit | fd0b05943df886d71a20219e9ff6baa900b0eb8f (patch) | |
tree | e5d65fb53eabeb0ba8fb11e59326c6cb2409b6f5 /svr-x11fwd.c | |
parent | 2e0145fb95bbe2b379412f661494c3954b1c21a1 (diff) |
- Fix some format strings in TRACE()s
Diffstat (limited to 'svr-x11fwd.c')
-rw-r--r-- | svr-x11fwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-x11fwd.c b/svr-x11fwd.c index 1af027b..92dadd5 100644 --- a/svr-x11fwd.c +++ b/svr-x11fwd.c @@ -175,7 +175,7 @@ void x11cleanup(struct ChanSess *chansess) { m_free(chansess->x11authprot); m_free(chansess->x11authcookie); - TRACE(("chansess %s", chansess)) + TRACE(("chansess %x", chansess)) if (chansess->x11listener != NULL) { remove_listener(chansess->x11listener); chansess->x11listener = NULL; |