mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Remove extraneous debug log message.
This commit is contained in:
@@ -1282,9 +1282,6 @@ apr_status_t msre_rule_process(msre_rule *rule, modsec_rec *msr) {
|
|||||||
|
|
||||||
/* Use a fresh memory sub-pool for processing each rule */
|
/* Use a fresh memory sub-pool for processing each rule */
|
||||||
if (msr->msc_rule_mptmp == NULL) {
|
if (msr->msc_rule_mptmp == NULL) {
|
||||||
if (msr->txcfg->debuglog_level >= 9) {
|
|
||||||
msr_log(msr, 9, "Creating new rule processing memory pool");
|
|
||||||
}
|
|
||||||
if (apr_pool_create(&msr->msc_rule_mptmp, msr->mp) != APR_SUCCESS) {
|
if (apr_pool_create(&msr->msc_rule_mptmp, msr->mp) != APR_SUCCESS) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user