X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fted.c;h=ff650a8d5bfa1b7e9ff942cc71576a6f1f7b9b0a;hb=39049b56158161b4f9eeacdad8918bcf0f1f7e90;hp=e1b48fd6d0f91916bc26557dd7e3360ece0b88c9;hpb=839dbf244f96d08c02d18e1fc64264b1740e6fc6;p=collectd.git diff --git a/src/ted.c b/src/ted.c index e1b48fd6..ff650a8d 100644 --- a/src/ted.c +++ b/src/ted.c @@ -243,7 +243,7 @@ static int ted_config(const char *key, const char *value) { tmp = atoi(value); if (tmp < 0) { - WARNING("ted plugin: Invalid retry count: %i", tmp); + ERROR("ted plugin: Invalid retry count: %i", tmp); return 1; } conf_retries = tmp;