From 2e3fc7a7d322289c70f89199be0a5e899ec7d9b9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 13 Jun 2017 11:53:26 -0400 Subject: libpq: Message style improvements --- src/interfaces/libpq/fe-auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-auth.c') diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index ad9b0315e13..d906abf9c8f 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -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; } -- cgit v1.2.3