aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/parser_helper.c
diff options
context:
space:
mode:
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);