We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fe829 commit cdd0888Copy full SHA for cdd0888
src/bin/pg_ctl/pg_ctl.c
@@ -1299,7 +1299,7 @@ pgwin32_ServiceMain(DWORD argc, LPTSTR *argv)
1299
write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Waiting for server startup...\n"));
1300
if (test_postmaster_connection(true) == false)
1301
{
1302
- write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Timed out waiting for server startup\n"));
+ write_eventlog(EVENTLOG_ERROR_TYPE, _("Timed out waiting for server startup\n"));
1303
pgwin32_SetServiceStatus(SERVICE_STOPPED);
1304
return;
1305
}
0 commit comments