From: Xiao Yang Date: Fri, 7 Nov 2025 01:07:52 +0000 (+0900) Subject: snmp plugin: remove the deprecated DES debug info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3626bc0b7fe8870af102a006e8d12a55996ea13;p=thirdparty%2Fcollectd.git snmp plugin: remove the deprecated DES debug info Signed-off-by: Xiao Yang --- diff --git a/src/snmp.c b/src/snmp.c index 078ef3eee..2c0368f01 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -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 */