Factor out system call names from error messages
One more that ought to have been part of 82c3cd974131d7fa1cfcd07cebfb04fffe26ee35.
This commit is contained in:
parent
205f466282
commit
853c8c7557
@ -1988,7 +1988,8 @@ setKeepalivesWin32(PGconn *conn)
|
|||||||
!= 0)
|
!= 0)
|
||||||
{
|
{
|
||||||
appendPQExpBuffer(&conn->errorMessage,
|
appendPQExpBuffer(&conn->errorMessage,
|
||||||
libpq_gettext("WSAIoctl(SIO_KEEPALIVE_VALS) failed: %d\n"),
|
libpq_gettext("%s(%s) failed: error code %d\n"),
|
||||||
|
"WSAIoctl", "SIO_KEEPALIVE_VALS",
|
||||||
WSAGetLastError());
|
WSAGetLastError());
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user