mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 05:14:39 +01:00
Small bugfix
This commit is contained in:
parent
06f249583f
commit
d194de8975
@ -93,7 +93,7 @@ final class WebRunner extends RunnerAbstract
|
||||
$res = \fsockopen($address, $port);
|
||||
break;
|
||||
} catch (\Throwable $e) {
|
||||
Logger::log("Error while connecting to ourselves: $res");
|
||||
Logger::log("Error while connecting to ourselves: $e");
|
||||
}
|
||||
}
|
||||
if (!isset($res)) {
|
||||
|
Loading…
Reference in New Issue
Block a user