diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-11-26 10:04:18 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-11-26 10:04:18 -0500 |
commit | 5f4b3d750b7648d90486827a3de58c226daa2c58 (patch) | |
tree | 1b82fa88aa189656e8f86c3955006c6cc1100e67 | |
parent | 4646e0cef70d2f9a6bb1764cee5c13b7bbd23625 (diff) | |
download | postgresql-5f4b3d750b7648d90486827a3de58c226daa2c58.tar.gz postgresql-5f4b3d750b7648d90486827a3de58c226daa2c58.zip |
Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
-rw-r--r-- | src/bin/pg_ctl/pg_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 84cd8006c7d..dc30f5de9f5 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")); } } |