fix(core): fixed chains logging

This commit is contained in:
alina 🌸 2024-07-07 23:11:36 +03:00
parent aa604e4d98
commit a110ad2ce7
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -383,7 +383,7 @@ export class MtprotoSession {
if (lastMsgId.eq(msgId)) {
// last message of the chain, remove it
this.log.debug('chain %s: exhausted, last message %l', msgId, chainId)
this.log.debug('chain %s: exhausted, last message %l', chainId, msgId)
this.chains.delete(chainId)
}