mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 );
|
||||
#else
|
||||
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 );
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user