fix(core): fixed chains logging
This commit is contained in:
parent
aa604e4d98
commit
a110ad2ce7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue