summaryrefslogtreecommitdiffstats
path: root/src/conf-yaml-loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf-yaml-loader.c')
-rw-r--r--src/conf-yaml-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf-yaml-loader.c b/src/conf-yaml-loader.c
index 1bd107e..ea64563 100644
--- a/src/conf-yaml-loader.c
+++ b/src/conf-yaml-loader.c
@@ -185,7 +185,7 @@ static int ConfYamlParse(yaml_parser_t *parser, ConfNode *parent, int inseq, int
while (!done) {
if (!yaml_parser_parse(parser, &event)) {
- SCLogError("Failed to parse configuration file at line %" PRIuMAX ": %s\n",
+ SCLogError("Failed to parse configuration file at line %" PRIuMAX ": %s",
(uintmax_t)parser->problem_mark.line, parser->problem);
retval = -1;
break;