Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-04-20 16:18:01 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-04-20 16:18:01 +0300
commit14c835c81825af57fbb9d70a643802ee6811e9c1 (patch)
treef70a23c1b4ad5e2292a7108d4a0048481bd2c173
parent1e1dbac949c573bcaec90ba78d1fd7feb861a78f (diff)
........S. [ZBX-20638] fixed typo in error message
-rw-r--r--src/libs/zbxhistory/history_elastic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxhistory/history_elastic.c b/src/libs/zbxhistory/history_elastic.c
index 69d3db2b4c4..1cb2888e485 100644
--- a/src/libs/zbxhistory/history_elastic.c
+++ b/src/libs/zbxhistory/history_elastic.c
@@ -1111,7 +1111,7 @@ out:
zabbix_log(LOG_LEVEL_ERR, "Use of supported database version is highly recommended.");
zabbix_log(LOG_LEVEL_ERR, "Override by setting AllowUnsupportedDBVersions=1"
- " in Zabbix proxy configuration file at your own risk.");
+ " in Zabbix server configuration file at your own risk.");
zabbix_log(LOG_LEVEL_ERR, " ");
db_version_info.flag = DB_VERSION_HIGHER_THAN_MAXIMUM_ERROR;