]> arthur.barton.de Git - netdata.git/commitdiff
fixed wrong name of old config option
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 25 Feb 2017 23:54:25 +0000 (01:54 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 25 Feb 2017 23:54:25 +0000 (01:54 +0200)
src/main.c

index 8c157efa38f37f8be81fc52022fee8d3410ed967..f2487f41952ee92166688792515d1c64936b8b35 100644 (file)
@@ -378,7 +378,7 @@ static void backwards_compatible_config() {
     config_move(CONFIG_SECTION_GLOBAL, "default port",
                 CONFIG_SECTION_WEB,    "default port");
 
-    config_move(CONFIG_SECTION_GLOBAL, "disconnect idle clients after seconds",
+    config_move(CONFIG_SECTION_GLOBAL, "disconnect idle web clients after seconds",
                 CONFIG_SECTION_WEB,    "disconnect idle clients after seconds");
 
     config_move(CONFIG_SECTION_GLOBAL, "respect web browser do not track policy",