mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
libpq: Message style improvements
This commit is contained in:
@ -1218,7 +1218,8 @@ PQencryptPasswordConn(PGconn *conn, const char *passwd, const char *user,
|
||||
else
|
||||
{
|
||||
printfPQExpBuffer(&conn->errorMessage,
|
||||
libpq_gettext("unknown password encryption algorithm\n"));
|
||||
libpq_gettext("unrecognized password encryption algorithm \"%s\"\n"),
|
||||
algorithm);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user