mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Message style improvements
This commit is contained in:
@@ -308,7 +308,7 @@ build_client_first_message(fe_scram_state *state, PQExpBuffer errormessage)
|
||||
if (!pg_frontend_random(raw_nonce, SCRAM_RAW_NONCE_LEN))
|
||||
{
|
||||
printfPQExpBuffer(errormessage,
|
||||
libpq_gettext("failed to generate nonce\n"));
|
||||
libpq_gettext("could not generate nonce\n"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user