diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-06 14:44:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-06 04:26:45 +0000 |
commit | ce203c001db8d9598b6432738abd3081e8d658b8 (patch) | |
tree | f7c5d6b147a6e32358ab6958f6066ebe355527a7 /source4 | |
parent | 2d52eea0289e8c61282eba26b8dbb8036ca6a04b (diff) | |
download | samba-ce203c001db8d9598b6432738abd3081e8d658b8.tar.gz samba-ce203c001db8d9598b6432738abd3081e8d658b8.tar.bz2 samba-ce203c001db8d9598b6432738abd3081e8d658b8.zip |
s4-cldap: fixed debug message to match content
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
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/finddcs_cldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |