summaryrefslogtreecommitdiffstats
path: root/database/rrdset.c
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-09-18 15:26:23 +0300
committerGitHub <noreply@github.com>2019-09-18 15:26:23 +0300
commitce5acb7437c2d33127c8e3743b6ea1249417b338 (patch)
tree60bc7388c7381ad9ff373cf594861d55f32c473f /database/rrdset.c
parent0942680f85a3fb0a03bc8c211fcc9d286572c242 (diff)
Change the log level for chart updates (#6887)
Diffstat (limited to 'database/rrdset.c')
-rw-r--r--database/rrdset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdset.c b/database/rrdset.c
index f8962b2fb3..26df8d737d 100644
--- a/database/rrdset.c
+++ b/database/rrdset.c
@@ -150,7 +150,7 @@ int rrdset_set_name(RRDSET *st, const char *name) {
rrdset_strncpyz_name(b, n, CONFIG_MAX_VALUE);
if(rrdset_index_find_name(host, b, 0)) {
- error("RRDSET: chart name '%s' on host '%s' already exists.", b, host->hostname);
+ info("RRDSET: chart name '%s' on host '%s' already exists.", b, host->hostname);
return 0;
}