1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00

Improve logs

This commit is contained in:
Daniil Gentili 2023-09-23 20:25:41 +02:00
parent 5984e9568f
commit 3e53c00a6c
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -97,6 +97,6 @@ final class SecretFeedLoop extends Loop
}
public function __toString(): string
{
return "secret chat feed loop {$this->secretChat->public->chatId}";
return "secret chat feed loop {$this->secretChat->id}";
}
}