1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested

DEBUG.

Fix a few places where DEBUG1 crept in that should have been DEBUG2.
This commit is contained in:
Bruce Momjian
2005-02-12 23:53:42 +00:00
parent e9d693411c
commit 7c44e57331
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.136 2004/12/31 21:59:50 pgsql Exp $
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.137 2005/02/12 23:53:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1640,7 +1640,7 @@ authident(hbaPort *port)
return STATUS_ERROR;
}
ereport(DEBUG1,
ereport(DEBUG2,
(errmsg("Ident protocol identifies remote user as \"%s\"",
ident_user)));