Do not suggest to read the logs if parsing config fails
[collectd.git] / src / daemon / collectd.c
index 28fa715..a462005 100644 (file)
@@ -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;
   }