rrdtool plugin: If `flush' cannot find the requested file, issue an `INFO'.
[collectd.git] / src / tail.c
index 3a98c60..02afd79 100644 (file)
@@ -314,7 +314,7 @@ static int ctail_read (void)
     status = tail_match_read (tail_match_list[i]);
     if (status != 0)
     {
-      ERROR ("tail plugin: tail_match_read[%i] failed.", i);
+      ERROR ("tail plugin: tail_match_read[%zu] failed.", i);
     }
     else
     {