summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/monitor/monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 85655de75..3a2eecb5a 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -86,8 +86,8 @@
/* Warning messages */
#define CONF_FILE_PERM_ERROR_MSG "Cannot read config file %s. Please check "\
- "if permissions are 0600 and the file is "\
- "owned by root.root."
+ "that the file is accessible only by the "\
+ "owner and owned by root.root.\n"
int cmdline_debug_level;
int cmdline_debug_timestamps;