Message style adjustment

This commit is contained in:
Peter Eisentraut 2022-08-23 21:50:12 +02:00
parent b4e936859d
commit 869e56a399
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ pg_fe_scram_build_secret(const char *password, const char **errstr)
/* Generate a random salt */
if (!pg_strong_random(saltbuf, SCRAM_DEFAULT_SALT_LEN))
{
*errstr = _("failed to generate random salt");
*errstr = _("could not generate random salt");
free(prep_password);
return NULL;
}