Skip to content
Snippets Groups Projects
Commit feb5087a authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Message tuning

parent e919a844
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.197 2010/03/21 00:17:58 petere Exp $
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.198 2010/03/30 16:08:22 petere Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -2805,7 +2805,7 @@ CheckRADIUSAuth(Port *port)
encryptedpassword))
{
ereport(LOG,
(errmsg("could not perform md5 encryption of received packet")));
(errmsg("could not perform MD5 encryption of received packet")));
pfree(cryptvector);
return STATUS_ERROR;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment