Fix 'send WAL up to' debug logging.

This commit is contained in:
Arseny Sher
2021-11-10 00:24:41 +03:00
parent eaff0cd568
commit ce15c62f35

View File

@@ -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.