Skip to content

Commit 3db963d

Browse files
committed
Use the correct eventlog severity for error
1 parent 7e6ec04 commit 3db963d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ pgwin32_ServiceMain(DWORD argc, LPTSTR *argv)
14441444
write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Waiting for server startup...\n"));
14451445
if (test_postmaster_connection(true) != PQPING_OK)
14461446
{
1447-
write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Timed out waiting for server startup\n"));
1447+
write_eventlog(EVENTLOG_ERROR_TYPE, _("Timed out waiting for server startup\n"));
14481448
pgwin32_SetServiceStatus(SERVICE_STOPPED);
14491449
return;
14501450
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy