mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Cosmetics: Fix debug log message
This commit is contained in:
parent
5d24b237bd
commit
aae8036c0c
@ -191,7 +191,7 @@ int Assay::processConnection(const char *client, int cPort, const char *server,
|
||||
this->m_serverIpAddress = server;
|
||||
this->m_clientPort = cPort;
|
||||
this->m_serverPort = sPort;
|
||||
debug(4, "Transaction context created (blah blah)");
|
||||
debug(4, "Transaction context created.");
|
||||
debug(4, "Starting phase CONNECTION. (SecRules 0)");
|
||||
|
||||
this->store_variable("REMOTE_HOST", m_clientIpAddress);
|
||||
|
Loading…
x
Reference in New Issue
Block a user