mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix debug line (ITS 1145)
This commit is contained in:
parent
9909448880
commit
cabeec26d4
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ char *slap_sasl2dn( char *saslname )
|
|||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "sasl", LDAP_LEVEL_DETAIL1,
|
||||
"slap_sasl2dn: performing internal search (base=%s, scope=%s)\n",
|
||||
"slap_sasl2dn: performing internal search (base=%s, scope=%d)\n",
|
||||
searchbase, scope ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue