From ce203c001db8d9598b6432738abd3081e8d658b8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 6 Nov 2010 14:44:33 +1100 Subject: s4-cldap: fixed debug message to match content Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Sat Nov 6 04:26:45 UTC 2010 on sn-devel-104 --- source4/libcli/finddcs_cldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/libcli/finddcs_cldap.c b/source4/libcli/finddcs_cldap.c index bbb221cfee..1928243283 100644 --- a/source4/libcli/finddcs_cldap.c +++ b/source4/libcli/finddcs_cldap.c @@ -334,7 +334,7 @@ static void finddcs_cldap_srv_resolved(struct composite_context *ctx) } for (i=0; state->srv_addresses[i]; i++) { - DEBUG(4,("finddcs: DNS server %u at '%s'\n", i, state->srv_addresses[i])); + DEBUG(4,("finddcs: DNS SRV response %u at '%s'\n", i, state->srv_addresses[i])); } state->srv_address_index = 0; -- cgit