Skip to content

Commit 7d41a2b

Browse files
committed
Fix minor error message style violation.
Primary error messages should not end with a period, since they're generally not written as full sentences. Oversight in 41493ba.
1 parent 1753b1b commit 7d41a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ CheckMD5Auth(Port *port, char **logdetail)
716716
if (!pg_backend_random(md5Salt, 4))
717717
{
718718
ereport(LOG,
719-
(errmsg("could not generate random MD5 salt.")));
719+
(errmsg("could not generate random MD5 salt")));
720720
return STATUS_ERROR;
721721
}
722722

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy