mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +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_serverIpAddress = server;
|
||||||
this->m_clientPort = cPort;
|
this->m_clientPort = cPort;
|
||||||
this->m_serverPort = sPort;
|
this->m_serverPort = sPort;
|
||||||
debug(4, "Transaction context created (blah blah)");
|
debug(4, "Transaction context created.");
|
||||||
debug(4, "Starting phase CONNECTION. (SecRules 0)");
|
debug(4, "Starting phase CONNECTION. (SecRules 0)");
|
||||||
|
|
||||||
this->store_variable("REMOTE_HOST", m_clientIpAddress);
|
this->store_variable("REMOTE_HOST", m_clientIpAddress);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user