diff --git a/src/storage/src/source/mysql/snapshot.rs b/src/storage/src/source/mysql/snapshot.rs index fc451dd5cd8a7..0299345fea6a0 100644 --- a/src/storage/src/source/mysql/snapshot.rs +++ b/src/storage/src/source/mysql/snapshot.rs @@ -481,7 +481,7 @@ pub(crate) fn render>( *rewind_cap_set = CapabilitySet::new(); if snapshot_staged < snapshot_total { - error!(%id, "timely-{worker_id} snapshot size {snapshot_total} is somehow + error!(%id, "timely-{worker_id} snapshot size {snapshot_total} is somehow\ bigger than records staged {snapshot_staged}"); snapshot_staged = snapshot_total; }