From 0a19bf1e231894312f2f1bd2c6323eca8573ad21 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Sat, 24 Jan 2015 05:03:57 +0900 Subject: [PATCH] Reword notice to make more sense in log output context --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index 22ba8eec..02831418 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1609,7 +1609,7 @@ set_local_node_failed(void) return false; } - log_notice(_("Local node %i marked as inactive on primary\n"), node_info.node_id); + log_notice(_("Marking this node (%i) as inactive on primary\n"), node_info.node_id); return true; }