1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 05:14:39 +01:00

Small bugfix

This commit is contained in:
Daniil Gentili 2021-06-11 14:20:08 +02:00
parent 06f249583f
commit d194de8975
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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)) {