Skip to content
Snippets Groups Projects
Commit 70673417 authored by Howard Chu's avatar Howard Chu
Browse files

Fix debug statement

parent c4f74ac6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment