Fix typos.

This commit is contained in:
ivanr
2007-06-14 15:37:12 +00:00
parent 16fb3b5f85
commit d6bccacb9a
2 changed files with 3 additions and 1 deletions

View File

@@ -583,7 +583,7 @@ static int hook_request_late(request_rec *r) {
/* Has this phase been completed already? */
if (msr->phase_request_body_complete) {
if (msr->was_intercepted) {
msr_log(msr, 4, "Phase REQUEST_BODY request already intercepted. Intercepting additional request.");
msr_log(msr, 4, "Phase REQUEST_BODY request already intercepted. Intercepting additional request.");
return perform_interception(msr);
}
if (msr->txcfg->debuglog_level >= 4) {

View File

@@ -1184,7 +1184,9 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
if (msr->txcfg->debuglog_level >= 4) {
time_before_regex = apr_time_now(); /* IMP1 time_before_regex? */
}
rc = rule->op_metadata->execute(msr, rule, var, &my_error_msg);
if (msr->txcfg->debuglog_level >= 4) {
msr_log(msr, 4, "Operator completed in %" APR_TIME_T_FMT " usec.",
(apr_time_now() - time_before_regex));