The unified diff between revisions [7ad1775e..] and [84eb6fed..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'common-channel.c'

#
#
# patch "common-channel.c"
#  from [73156662683bd6d4401257f7315934f5ac053c89]
#    to [91552a5aff667d96a5cb0c929edcf1e1df294565]
#
============================================================
--- common-channel.c	73156662683bd6d4401257f7315934f5ac053c89
+++ common-channel.c	91552a5aff667d96a5cb0c929edcf1e1df294565
@@ -236,7 +236,7 @@ static void checkclose(struct Channel *c
 	TRACE(("checkclose: writefd %d, readfd %d, errfd %d, sentclosed %d, recvclosed %d",
 				channel->writefd, channel->readfd,
 				channel->errfd, channel->sentclosed, channel->recvclosed))
-	TRACE(("writebuf %d extrabuf %s extrabuf %d",
+	TRACE(("writebuf size %d extrabuf ptr 0x%x extrabuf size %d",
 				cbuf_getused(channel->writebuf),
 				channel->writebuf,
 				channel->writebuf ? 0 : cbuf_getused(channel->extrabuf)))