Merge branch 'collectd-5.6' into collectd-5.7
[collectd.git] / src / daemon / collectd.c
index f3df795..6b7c413 100644 (file)
@@ -521,7 +521,7 @@ int main(int argc, char **argv) {
    */
   if (cf_read(configfile)) {
     fprintf(stderr, "Error: Reading the config file failed!\n"
-                    "Read the syslog for details.\n");
+                    "Read the logs for details.\n");
     return (1);
   }