fixed format string

This commit is contained in:
Ralf Haferkamp 2004-01-19 16:56:15 +00:00
parent 8b3a69ae39
commit 0b907a37c5

View File

@ -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++;