Commit feb5087a authored by Peter Eisentraut's avatar Peter Eisentraut

Message tuning

parent e919a844
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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) ...@@ -2805,7 +2805,7 @@ CheckRADIUSAuth(Port *port)
encryptedpassword)) encryptedpassword))
{ {
ereport(LOG, ereport(LOG,
(errmsg("could not perform md5 encryption of received packet"))); (errmsg("could not perform MD5 encryption of received packet")));
pfree(cryptvector); pfree(cryptvector);
return STATUS_ERROR; return STATUS_ERROR;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment