Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.
authorBruce Momjian <[email protected]>
Thu, 25 Nov 2010 19:38:20 +0000 (14:38 -0500)
committerBruce Momjian <[email protected]>
Thu, 25 Nov 2010 19:38:20 +0000 (14:38 -0500)
src/bin/pg_ctl/pg_ctl.c

index 211e023c24dfb0146ca787e20ee04eb284a52438..84cd8006c7dedaa4f56db58db2116c082c06f59b 100644 (file)
@@ -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, perhaps due to invalid authentication or\n"
+               write_stderr(_("warning:  could not connect;  might be due to invalid authentication or\n"
                                "misconfiguration.\n"));
        }
    }