X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fted.c;h=ff650a8d5bfa1b7e9ff942cc71576a6f1f7b9b0a;hp=e1b48fd6d0f91916bc26557dd7e3360ece0b88c9;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=6378ec288f34ff250b2971a1452338a2b34c240a 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;