mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 05:39:10 +03:00
remove useless check and spaces
This commit is contained in:
@@ -1312,7 +1312,7 @@ int Transaction::processLogging() {
|
|||||||
this->m_rules->evaluate(modsecurity::LoggingPhase, this);
|
this->m_rules->evaluate(modsecurity::LoggingPhase, this);
|
||||||
|
|
||||||
/* If relevant, save this transaction information at the audit_logs */
|
/* If relevant, save this transaction information at the audit_logs */
|
||||||
if (m_rules != NULL && m_rules->m_auditLog != NULL) {
|
if (m_rules->m_auditLog != NULL) {
|
||||||
int parts = this->m_rules->m_auditLog->getParts();
|
int parts = this->m_rules->m_auditLog->getParts();
|
||||||
ms_dbg(8, "Checking if this request is suitable to be " \
|
ms_dbg(8, "Checking if this request is suitable to be " \
|
||||||
"saved as an audit log.");
|
"saved as an audit log.");
|
||||||
|
|||||||
Reference in New Issue
Block a user