mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fix debug statement
This commit is contained in:
parent
c4f74ac639
commit
70673417f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue