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:
parent
d6fe0b3de3
commit
6bc868ed4c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user