From fc4b3fb95f0c3fad1619b5c7f533632be91d42dc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 11 Sep 2020 13:30:49 +0200 Subject: [PATCH] pcrs_filter_response(): Fix format specifiers in a log message --- filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters.c b/filters.c index 2c9c352a..973c5d10 100644 --- a/filters.c +++ b/filters.c @@ -1657,7 +1657,7 @@ static char *pcrs_filter_response(struct client_state *csp) if (b->dynamic) pcrs_free_joblist(joblist); log_error(LOG_LEVEL_RE_FILTER, - "filtering %s%s (size %d) with \'%s\' produced %d hits (new size %d).", + "filtering %s%s (size %lu) with \'%s\' produced %d hits (new size %lu).", csp->http->hostport, csp->http->path, prev_size, b->name, current_hits, size); #ifdef FEATURE_EXTENDED_STATISTICS update_filter_statistics(b->name, current_hits); -- 2.39.2