From 5f4b3d750b7648d90486827a3de58c226daa2c58 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 26 Nov 2010 10:04:18 -0500 Subject: [PATCH] Improve pg_ctl "cannot connect" spacing, per Tom, and wording. --- src/bin/pg_ctl/pg_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 84cd8006c7..dc30f5de9f 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -754,7 +754,7 @@ do_start(void) print_msg(_(" done\n")); print_msg(_("server started\n")); if (status == PQREJECT) - write_stderr(_("warning: could not connect; might be due to invalid authentication or\n" + write_stderr(_("warning: could not connect; might be caused by invalid authentication or\n" "misconfiguration.\n")); } } -- 2.39.5