Skip to content

Commit 480c58c

Browse files
author
avandras
committed
Fix wording to mirror the truth
1 parent 8c8c396 commit 480c58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patroni/multisite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def is_follower(self):
203203

204204
def _set_standby_config(self, other: Member):
205205
other_address = ','.join([':'.join([i, other.data['port']]) for i in other.data['host']])
206-
logger.info(f"Multisite standby leader is replicating from {other.name} ({other_address})")
206+
logger.info(f"Setting standby config to replicate from site {other.name} ({other_address})")
207207
# TODO: add support for replication slots
208208
try:
209209

0 commit comments

Comments
 (0)