diff --git a/src/cfgparse.y b/src/cfgparse.y index 2633f4d2..cc0e77cb 100644 --- a/src/cfgparse.y +++ b/src/cfgparse.y @@ -537,7 +537,7 @@ terminal: TOKTERMINAL WHITESPACE STR { ELOG("The terminal option is DEPRECATED and has no effect. " - "Please remove it from your configuration file."); + "Please remove it from your configuration file.\n"); } ;