Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
authorBruce Momjian <[email protected]>
Fri, 26 Nov 2010 15:04:18 +0000 (10:04 -0500)
committerBruce Momjian <[email protected]>
Fri, 26 Nov 2010 15:04:18 +0000 (10:04 -0500)
src/bin/pg_ctl/pg_ctl.c

index 84cd8006c7dedaa4f56db58db2116c082c06f59b..dc30f5de9f535d928cf3d83bc470133592a22db2 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;  might be due to invalid authentication or\n"
+               write_stderr(_("warning:  could not connect; might be caused by invalid authentication or\n"
                                "misconfiguration.\n"));
        }
    }