Module: check_mk
Branch: master
Commit: 9216efa0ac64d397de0712345caaa7c9f5a9380c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9216efa0ac64d3…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu May 24 13:59:17 2018 +0200
Fixed error message
Change-Id: I62f7ebee0cd64416c51f0bd2dae0f81748282d3a
---
cmk_base/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmk_base/config.py b/cmk_base/config.py
index 47f5e60..4354657 100644
--- a/cmk_base/config.py
+++ b/cmk_base/config.py
@@ -222,7 +222,7 @@ def _load_config(with_conf_d, exclude_parents_mk):
if cmk.debug.enabled():
raise
elif sys.stderr.isatty():
- console.error("Cannot read in configuration file %s: %s", _f,
e)
+ console.error("Cannot read in configuration file %s: %s\n", _f,
e)
sys.exit(1)
# Cleanup global helper vars