s4-cldap: fixed debug message to match content
authorAndrew Tridgell <tridge@samba.org>
Sat, 6 Nov 2010 03:44:33 +0000 (14:44 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 6 Nov 2010 04:26:45 +0000 (04:26 +0000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov  6 04:26:45 UTC 2010 on sn-devel-104

source4/libcli/finddcs_cldap.c

index bbb221cfee17dc0e02e61b6042befdc377950f12..1928243283b5df4506ab957bd56d38e381fc4f59 100644 (file)
@@ -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;