From 45af94901cbaade46723456ec1991b4b985bfe66 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 13 Aug 2006 23:09:30 +0000 Subject: Log sending of messages and include more verbose messages for runserv.sh. --- src/connectionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connectionhandler.cpp') diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index 75bfe06..df31d38 100644 --- a/src/connectionhandler.cpp +++ b/src/connectionhandler.cpp @@ -122,7 +122,7 @@ void ConnectionHandler::process() // Convert the client IP address to string // representation std::string ipaddr = ip4ToString(event.peer->address.host); - + LOG_INFO("A packet of length " << event.packet->dataLength << " was received from " << ipaddr, 2); -- cgit