mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fixed format string
This commit is contained in:
parent
8b3a69ae39
commit
0b907a37c5
@ -414,7 +414,7 @@ rewrite_rule_apply(
|
||||
recurse:;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "==> rewrite_rule_apply"
|
||||
" rule='%s' string='%s' [%s pass(es)]\n",
|
||||
" rule='%s' string='%s' [%d pass(es)]\n",
|
||||
rule->lr_pattern, string, strcnt + 1 );
|
||||
|
||||
op->lo_num_passes++;
|
||||
|
Loading…
Reference in New Issue
Block a user