mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
fixed format string
This commit is contained in:
parent
8b3a69ae39
commit
0b907a37c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue