From: Fabian Keil Date: Wed, 17 Jun 2009 14:50:55 +0000 (+0000) Subject: Fix the log message from the last commit. X-Git-Tag: v_3_0_14~93 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=fdf66c5b172bbca2eb4b4255dc4d3a8911cabffa;hp=4741aaab8093cb425b21dcd3fa693f2e9db8234b Fix the log message from the last commit. --- diff --git a/parsers.c b/parsers.c index 6f19139c..2e7822dc 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.178 2009/06/11 14:13:19 david__schmidt Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.179 2009/06/16 15:42:28 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -3057,7 +3057,8 @@ static jb_err client_if_modified_since(struct client_state *csp, char **header) "%a, %d %b %Y %H:%M:%S GMT", timeptr)) { log_error(LOG_LEVEL_ERROR, - "Randomizing %s failed. Keeping the header unmodified."); + "Randomizing %s failed. Keeping the header unmodified.", + *header); return JB_ERR_OK; }