diff --git a/ts/messageModifiers/ReadSyncs.ts b/ts/messageModifiers/ReadSyncs.ts index d151e5f4908..f685c5b0e7b 100644 --- a/ts/messageModifiers/ReadSyncs.ts +++ b/ts/messageModifiers/ReadSyncs.ts @@ -67,7 +67,9 @@ export class ReadSyncs extends Collection { ); }); 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); return sync; }