1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Made a debug look nicer.

This commit is contained in:
Tim Potter -
parent 967c688580
commit aca0edc819

View File

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