load_one_re_filterfile(): Fix format specifier in a log message
[privoxy.git] / loaders.c
index 654a1b9..4712295 100644 (file)
--- a/loaders.c
+++ b/loaders.c
@@ -1325,7 +1325,8 @@ int load_one_re_filterfile(struct client_state *csp, int fileid)
       }
       else
       {
-         log_error(LOG_LEVEL_ERROR, "Ignoring job %s outside filter block in %s, line %d",
+         log_error(LOG_LEVEL_ERROR,
+            "Ignoring job %s outside filter block in %s, line %lu",
             buf, csp->config->re_filterfile[fileid], linenum);
       }
       freez(buf);