mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
This commit is contained in:
parent
4646e0cef7
commit
5f4b3d750b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue