remove useless check and spaces

This commit is contained in:
chenuduss
2025-11-19 13:45:57 +03:00
parent 63cc4fb919
commit 09fec93cb7

View File

@@ -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.");