diff --git a/walkeeper/src/replication.rs b/walkeeper/src/replication.rs index caf4b4ef6a..29709668c9 100644 --- a/walkeeper/src/replication.rs +++ b/walkeeper/src/replication.rs @@ -259,7 +259,7 @@ impl ReplicationConn { start_pos += send_size as u64; - debug!("sent WAL up to {}", end_pos); + debug!("sent WAL up to {}", start_pos); // Decide whether to reuse this file. If we don't set wal_file here // a new file will be opened next time.