diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-04-29 11:39:57 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-05-15 11:28:09 +0200 |
commit | f65ac98c645e5b5798ecdd7b81b22c1978cbf1dc (patch) | |
tree | 989f9babc83e656b75a970155fb0504c642b2927 /src/libstrongswan/utils/parser_helper.c | |
parent | 8b43c9ba349d7370eb82e8340f48a7045d9c5c5e (diff) | |
download | strongswan-f65ac98c645e5b5798ecdd7b81b22c1978cbf1dc.tar.bz2 strongswan-f65ac98c645e5b5798ecdd7b81b22c1978cbf1dc.tar.xz |
settings: Reduce log verbosity if files can't be opened
Basically reintroducing 2a38b4556e9fd8102bd6c6c61f2893599a5e8e51.
Diffstat (limited to 'src/libstrongswan/utils/parser_helper.c')
-rw-r--r-- | src/libstrongswan/utils/parser_helper.c | 2 |
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); |