diff --git a/include/parse_config.ml b/include/parse_config.ml index 599f4231..25016c35 100644 --- a/include/parse_config.ml +++ b/include/parse_config.ml @@ -21,7 +21,7 @@ type section = { } let fail_with msg = - Fmt.epr "Failed to parse configuration: %s." msg; + Fmt.epr "Failed to parse configuration: %s.@." msg; exit 1 let is_eol = function '\n' | '\r' -> true | _ -> false