mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Assorted message style improvements
This commit is contained in:
@@ -154,7 +154,7 @@ GetConnection(void)
|
||||
|
||||
if (PQstatus(tmpconn) != CONNECTION_OK)
|
||||
{
|
||||
fprintf(stderr, _("%s: could not connect to server: %s\n"),
|
||||
fprintf(stderr, _("%s: could not connect to server: %s"),
|
||||
progname, PQerrorMessage(tmpconn));
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user