summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2019-12-18 16:04:11 +0000
committerGitHub <noreply@github.com>2019-12-18 16:04:11 +0000
commit4d9ed56f1b04b88ee73e4d359f478cac25c194c7 (patch)
tree3b090681eaf7408594d4b99a537115c9335cca66 /health/health.c
parent27c58418e4c7df3420885ba5bc56b167f5f78702 (diff)
silencers_info: Change error to info (#7479)
This commit changes the error message to info when the file is not present
Diffstat (limited to 'health/health.c')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index b28c67d159..1124cf9107 100644
--- a/health/health.c
+++ b/health/health.c
@@ -70,7 +70,7 @@ void health_silencers_init(void) {
}
fclose(fd);
} else {
- error("Cannot open the file %s",silencers_filename);
+ info("Cannot open the file %s, so Netdata will work with the default health configuration.",silencers_filename);
}
}