Cosmetics: Fix debug log message

This commit is contained in:
Felipe Zimmerle 2015-09-01 17:32:32 -03:00
parent 5d24b237bd
commit aae8036c0c

View File

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