]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
snmp plugin: remove the deprecated DES debug info 4385/head
authorXiao Yang <iceyangxiao@gmail.com>
Fri, 7 Nov 2025 01:07:52 +0000 (10:07 +0900)
committerXiao Yang <iceyangxiao@gmail.com>
Fri, 7 Nov 2025 01:07:52 +0000 (10:07 +0900)
Signed-off-by: Xiao Yang <iceyangxiao@gmail.com>
src/snmp.c

index 078ef3eee6b822c82934d0d6eedf20b503cf8167..2c0368f01f7c15b9f740cb8b412c7aa7151f287b 100644 (file)
@@ -787,8 +787,7 @@ static int csnmp_config_add_host_priv_protocol(host_definition_t *hd,
     return -1;
   }
 
-  DEBUG("snmp plugin: host = %s; host->priv_protocol = %s;", hd->name,
-        hd->priv_protocol == usmAESPrivProtocol ? "AES" : "DES");
+  DEBUG("snmp plugin: host = %s; host->priv_protocol = AES;", hd->name);
 
   return 0;
 } /* int csnmp_config_add_host_priv_protocol */