From 36850e70d6d74bf8ef760e9d0b53115244d7d8f6 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 8 May 2018 12:49:55 +0000 Subject: [PATCH] More logs --- src/danog/MadelineProto/Server.php | 1 + 1 file changed, 1 insertion(+) 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();