X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.c;h=a462005327956751c8d65512d97b8a07560bf310;hp=28fa7155f9de84c60900178f1fed29a86530eec1;hb=015dde5b3b58fd45d2bcf0d5120b6858ff2c8100;hpb=3b9c7b21b4ddfcf59a0147bc9e91e8889ca78d56 diff --git a/src/daemon/collectd.c b/src/daemon/collectd.c index 28fa7155..a4620053 100644 --- a/src/daemon/collectd.c +++ b/src/daemon/collectd.c @@ -357,8 +357,7 @@ static int configure_collectd(struct cmdline_config *config) { * Also, this will automatically load modules. */ if (cf_read(config->configfile)) { - fprintf(stderr, "Error: Reading the config file failed!\n" - "Read the logs for details.\n"); + fprintf(stderr, "Error: Reading the config file failed!\n"); return 1; }