X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsnmp.c;h=8ff40095922532c737fe329aef27d967d5b74519;hb=73ef54f4efba0c043923dd531d703ee0005d1264;hp=6b7b1ae7fa8a8d5750ea05324fd08f0b4f46d742;hpb=84411c4504824f0506654d7f573b443df6ab4307;p=collectd.git diff --git a/src/snmp.c b/src/snmp.c index 6b7b1ae7..8ff40095 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -822,7 +822,9 @@ static int csnmp_config_add_host(oconfig_item_t *ci) { break; } if (hd->bulk_size > 0 && hd->version < 2) { - WARNING("snmp plugin: Bulk transferts is only available for snmp v2 and later, host '%s' is configured as version '%d'", hd->name, hd->version ); + WARNING("snmp plugin: Bulk transferts is only available for snmp v2 and " + "later, host '%s' is configured as version '%d'", + hd->name, hd->version); } if (hd->version == 3) { if (hd->username == NULL) {