From 1c0f3de1cb959d66f20cd77390d06f58baf0eef0 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 12 Mar 2009 12:30:47 +0000 Subject: adjusted some log levels, log level 2 default, preparing for 1.3 release git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@490 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- gconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gconfig.c') diff --git a/gconfig.c b/gconfig.c index ce0ce01..fae3943 100644 --- a/gconfig.c +++ b/gconfig.c @@ -148,7 +148,7 @@ FILE *pushgconfpaths(struct gconffile **cf, const char *cfgpath) { } memset(&globbuf, 0, sizeof(glob_t)); if (glob(path, 0, NULL, &globbuf)) { - debug(DBG_INFO, "could not glob %s", path); + debug(DBG_WARN, "could not glob %s", path); goto exit; } -- cgit v1.1