src/daemon/collectd.c: do not refer to syslog in error message
[collectd.git] / src / daemon / collectd.c
index 60ce91f..b947349 100644 (file)
@@ -522,7 +522,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);
   }