diff --git a/app/Classes/Protocol.php b/app/Classes/Protocol.php index 5de9af3..46a2637 100644 --- a/app/Classes/Protocol.php +++ b/app/Classes/Protocol.php @@ -259,7 +259,7 @@ abstract class Protocol throw new SocketException(SocketException::CANT_ACCEPT,'Could not fork process'); if ($pid) - Log::debug(sprintf('%s:+ New connection, thread [%d] created',self::LOGKEY,$pid)); + Log::info(sprintf('%s:+ New connection from [%s], thread [%d] created',self::LOGKEY,$client->address_remote,$pid)); // Parent return ready for next connection return $pid;