1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 22:54:39 +01:00

fix typo and change log level

This commit is contained in:
sc 2024-03-27 12:09:33 +02:00
parent d6fe0b3de3
commit 6bc868ed4c

View File

@ -188,7 +188,7 @@ trait ResponseHandler
$response = $response['result'];
}
if (!isset($this->outgoing_messages[$requestId])) {
$this->API->logger("Got a reponse $message with message ID $requestId, but there is no request!", Logger::FATAL_ERROR);
$this->API->logger("Got a response $message with message ID $requestId, but there is no request!", Logger::ERROR);
return;
}
/** @var MTProtoOutgoingMessage */