diff --git a/src/danog/MadelineProto/Server.php b/src/danog/MadelineProto/Server.php index 94764d58..139c4e3f 100644 --- a/src/danog/MadelineProto/Server.php +++ b/src/danog/MadelineProto/Server.php @@ -53,6 +53,7 @@ class Server $timeout = 2; $this->sock->setOption(\SOL_SOCKET, \SO_RCVTIMEO, $timeout); $this->sock->setOption(\SOL_SOCKET, \SO_SNDTIMEO, $timeout); + \danog\MadelineProto\Logger::log("Server started! Listening on ".$this->settings['address'].":".$this->settings['port']); while (true) { pcntl_signal_dispatch();