diff options
Diffstat (limited to 'src/connectionhandler.cpp')
-rw-r--r-- | src/connectionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index 75bfe06e..df31d385 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); |