diff --git a/components/ee/db-sync/src/replication.ts b/components/ee/db-sync/src/replication.ts index 1e69475ca8a4c9..02e9dfb9e4b5f3 100644 --- a/components/ee/db-sync/src/replication.ts +++ b/components/ee/db-sync/src/replication.ts @@ -75,7 +75,7 @@ export class PeriodicReplicator { console.info("Cannot find a valid sync period; skipping this time."); return; } - console.info(`Replicating: syncing period ${SyncPeriod.toString(period)}`); + console.info(`Replicating ${this.toString()}: syncing period ${SyncPeriod.toString(period)}`); const modifications = await this.tableUpdateProvider.getAllStatementsForAllTables( this.source,