From 9f349498af2194915f37f99b67f709ff27458dd2 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 24 Jun 2009 14:42:29 +0200 Subject: slirp: Cleanup and basic reanimation of debug code Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- slirp/socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slirp/socket.c') diff --git a/slirp/socket.c b/slirp/socket.c index a911b29d90..f7b212fba8 100644 --- a/slirp/socket.c +++ b/slirp/socket.c @@ -584,7 +584,8 @@ tcp_listen(u_int32_t haddr, u_int hport, u_int32_t laddr, u_int lport, int flags socklen_t addrlen = sizeof(addr); DEBUG_CALL("tcp_listen"); - DEBUG_ARG("port = %d", port); + DEBUG_ARG("haddr = %x", haddr); + DEBUG_ARG("hport = %d", hport); DEBUG_ARG("laddr = %x", laddr); DEBUG_ARG("lport = %d", lport); DEBUG_ARG("flags = %x", flags); -- cgit v1.2.3-55-g7522