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 | 1c0f3de1cb959d66f20cd77390d06f58baf0eef0 (patch) | |
tree | 86ef8f7d7496a3ff3d0eec79e3decd588dd719e1 /gconfig.c | |
parent | 5fde1b4713ee45f54d3cfded28323174755c8069 (diff) |
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
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; } |