From db63b5bb1c12850f86afb19afd1852ba5fe09426 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 Apr 2016 16:07:38 +0900 Subject: [PATCH] Fix hint message formatting --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index b01520c0..469abef9 100644 --- a/repmgr.c +++ b/repmgr.c @@ -2095,7 +2095,7 @@ stop_backup: * add a hint about using the -F/--force. */ - log_hint(_("After starting the server, you need to register this standby with \"repmgr standby register\"")); + log_hint(_("After starting the server, you need to register this standby with \"repmgr standby register\"\n")); /* Log the event - if we can connect to the primary */