From: Ruben Kerkhof Date: Mon, 18 Feb 2019 14:00:30 +0000 (+0100) Subject: Do not suggest to read the logs if parsing config fails X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=015dde5b3b58fd45d2bcf0d5120b6858ff2c8100;hp=015dde5b3b58fd45d2bcf0d5120b6858ff2c8100;p=collectd.git Do not suggest to read the logs if parsing config fails There are no logs at this point, all output goes to stderr. Furthermore, spreading a log message over two lines is bad practice. ---