diff options
author | venaas <venaas> | 2009-03-12 12:30:47 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-03-12 12:30:47 +0000 |
commit | bfd64fac0d9739fca6f7726d23fed57e354c242d (patch) | |
tree | bab655384d326ac98eb1a8720c7aba9f805dba0e /gconfig.c | |
parent | 3adc2f935be9541b01e48c394a93b509553eeda0 (diff) |
adjusted some log levels, log level 2 default, preparing for 1.3 release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@490 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.c')
-rw-r--r-- | gconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |