Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7df89 commit d7d7157Copy full SHA for d7d7157
src/backend/libpq/hba.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $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 $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -1308,7 +1308,7 @@ load_hba(void)
1308
file = AllocateFile(HbaFileName, "r");
1309
if (file == NULL)
1310
{
1311
- ereport(WARNING,
+ ereport(LOG,
1312
(errcode_for_file_access(),
1313
errmsg("could not open configuration file \"%s\": %m",
1314
HbaFileName)));
0 commit comments