Better logging for early read syncs
This commit is contained in:
parent
68b8877654
commit
440fb69efc
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ export class ReadSyncs extends Collection {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
if (sync) {
|
if (sync) {
|
||||||
window.log.info('Found early read sync for message');
|
window.log.info(
|
||||||
|
`Found early read sync for message ${sync.get('timestamp')}`
|
||||||
|
);
|
||||||
this.remove(sync);
|
this.remove(sync);
|
||||||
return sync;
|
return sync;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue