Skip to content

Commit 869e56a

Browse files
committed
Message style adjustment
1 parent b4e9368 commit 869e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/fe-auth-scram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ pg_fe_scram_build_secret(const char *password, const char **errstr)
931931
/* Generate a random salt */
932932
if (!pg_strong_random(saltbuf, SCRAM_DEFAULT_SALT_LEN))
933933
{
934-
*errstr = _("failed to generate random salt");
934+
*errstr = _("could not generate random salt");
935935
free(prep_password);
936936
return NULL;
937937
}

0 commit comments

Comments
 (0)