snmp plugin: Fix error message printed by the "Shift" option.
authorDan Thomson <dan@astutehosting.com>
Fri, 7 Sep 2012 02:00:11 +0000 (19:00 -0700)
committerFlorian Forster <octo@collectd.org>
Fri, 7 Sep 2012 08:54:52 +0000 (10:54 +0200)
commit77f03c91b3074b5abd3e602002b7fc7ce28ea612
tree3a818b7c21cb84f96c4aac84c9595d6dea87c7b2
parent3512bb1a50e2bf1a7f2998101fb5e7c5783bfa51
snmp plugin: Fix error message printed by the "Shift" option.

I noticed a small error in snmp.c in collectd-5.1.0 (might be
elsewhere). The warning message in csnmp_config_add_data_shift says
"Scale config option" instead of "Shift" config option:
[…]

Signed-off-by: Florian Forster <octo@collectd.org>
src/snmp.c