Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dfe2eb7

Browse files
committed
Message style adjustment
1 parent 2c63b09 commit dfe2eb7

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
@@ -940,7 +940,7 @@ pg_fe_scram_build_secret(const char *password, const char **errstr)
940940
/* Generate a random salt */
941941
if (!pg_strong_random(saltbuf, SCRAM_DEFAULT_SALT_LEN))
942942
{
943-
*errstr = _("failed to generate random salt");
943+
*errstr = _("could not generate random salt");
944944
if (prep_password)
945945
free(prep_password);
946946
return NULL;

0 commit comments

Comments
 (0)