mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix debug statement
This commit is contained in:
parent
c4f74ac639
commit
70673417f2
@ -326,7 +326,7 @@ static int slap_sasl_regexp( struct berval *in, struct berval *out )
|
|||||||
out->bv_len ? out->bv_val : "", 0, 0 );
|
out->bv_len ? out->bv_val : "", 0, 0 );
|
||||||
#else
|
#else
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"slap_sasl_regexp: converted SASL name to ldap:///%s??%s?%s\n",
|
"slap_sasl_regexp: converted SASL name to %s\n",
|
||||||
out->bv_len ? out->bv_val : "", 0, 0 );
|
out->bv_len ? out->bv_val : "", 0, 0 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user