Add scope to debug message

This commit is contained in:
Kurt Zeilenga 2000-06-17 05:53:23 +00:00
parent ef1664b013
commit 97137ca016

View File

@ -93,9 +93,11 @@ dnssrv_back_search(
"conn=%ld op=%d DNSSRV p=%d dn=\"%s\" url=\"%s\"\n",
op->o_connid, op->o_opid, op->o_protocol, dn, urls[0]->bv_val );
Debug( LDAP_DEBUG_TRACE, "DNSSRV: ManageDSAit dn=\"%s\" -> url=\"%s\"\n",
Debug( LDAP_DEBUG_TRACE,
"DNSSRV: ManageDSAit scope=%d dn=\"%s\" -> url=\"%s\"\n",
scope,
dn == NULL ? "" : dn,
urls[0]->bv_val, 0 );
urls[0]->bv_val );
rc = ldap_domain2dn(domain, &refdn);