- Fix some format strings in TRACE()s

This commit is contained in:
Matt Johnston
2011-12-04 05:24:50 +08:00
parent 2e0145fb95
commit fd0b05943d
2 changed files with 3 additions and 3 deletions

View File

@@ -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;