From 21a6c3448527ddff1c7053784116694f064570b5 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 17 Jan 2002 05:07:36 +0000 Subject: Made a debug look nicer. (This used to be commit aca0edc819e892944c65b3feb60250994a79e88a) --- source3/libsmb/namequery.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 8ac7ae2c6a..926cda9dcb 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -169,7 +169,8 @@ BOOL name_status_find(const char *q_name, int q_type, int type, struct in_addr t int sock; BOOL result = False; - DEBUG(10, ("name_status_find: looking up %s#%x\n", q_name, q_type)); + DEBUG(10, ("name_status_find: looking up %s#%02x at %s\n", q_name, + q_type, inet_ntoa(to_ip))); sock = open_socket_in(SOCK_DGRAM, 0, 3, interpret_addr(lp_socket_address()), True); if (sock == -1) -- cgit