git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fb7df89)
Change hba load failure message to LOG instead of WARNING.
Wed, 4 Mar 2009 18:43:38 +0000 (18:43 +0000)
Wed, 4 Mar 2009 18:43:38 +0000 (18:43 +0000)
Per comment from Tom.


diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c
index 9261d81d53c8617a40e302b1ad5f06b08eb9d3d9..0990642ce6800ddfa95ed31b3e09b8aa7d97540d 100644 (file)
--- a/src/backend/libpq/hba.c
+++ b/src/backend/libpq/hba.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.181 2009年03月04日 08:43:15 mha Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.182 2009年03月04日 18:43:38 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1308,7 +1308,7 @@ load_hba(void)
file = AllocateFile(HbaFileName, "r");
if (file == NULL)
{
- ereport(WARNING,
+ ereport(LOG,
(errcode_for_file_access(),
errmsg("could not open configuration file \"%s\": %m",
HbaFileName)));
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /