From 994dd4bdb6d3f320ea26853169474e20353c636d Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 22 Apr 2014 14:40:05 +0100 Subject: Monitor: fix message wrong perm. mode on config file Change description of supported access modes. Add missing new line in message. Reviewed-by: Simo Sorce --- src/monitor/monitor.c | 4 ++-- 1 file 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; -- cgit