1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00

Message tuning

This commit is contained in:
Peter Eisentraut 2010-03-30 16:08:22 +00:00
parent e919a844eb
commit feb5087a34

View File

@ -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;
}