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) {