Commit 4646e0ce authored by Bruce Momjian's avatar Bruce Momjian

Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.

parent 742ac738
......@@ -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"));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment