aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/parser_helper.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-04-29 11:39:57 +0200
committerTobias Brunner <tobias@strongswan.org>2014-05-15 11:28:09 +0200
commitf65ac98c645e5b5798ecdd7b81b22c1978cbf1dc (patch)
tree989f9babc83e656b75a970155fb0504c642b2927 /src/libstrongswan/utils/parser_helper.c
parent8b43c9ba349d7370eb82e8340f48a7045d9c5c5e (diff)
downloadstrongswan-f65ac98c645e5b5798ecdd7b81b22c1978cbf1dc.tar.bz2
strongswan-f65ac98c645e5b5798ecdd7b81b22c1978cbf1dc.tar.xz
settings: Reduce log verbosity if files can't be opened
Diffstat (limited to 'src/libstrongswan/utils/parser_helper.c')
-rw-r--r--src/libstrongswan/utils/parser_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/parser_helper.c b/src/libstrongswan/utils/parser_helper.c
index fb549a572..509316665 100644
--- a/src/libstrongswan/utils/parser_helper.c
+++ b/src/libstrongswan/utils/parser_helper.c
@@ -111,7 +111,7 @@ METHOD(parser_helper_t, file_next, parser_helper_file_t*,
array_insert(this->files, ARRAY_TAIL, next);
return &next->public;
}
- PARSER_DBG1(&this->public, "unable to open '%s'", name);
+ PARSER_DBG2(&this->public, "unable to open '%s'", name);
parser_helper_file_destroy(next);
}
file->matches->destroy(file->matches);