X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=filters.c;h=388daf4dc659350d3c7794f3c1f93433559fc788;hb=e741e95518a4bbce41f9bcea155c73d316eedbf8;hp=292db4bcceb0c546c5aec930198b63321e46bbe8;hpb=1721ac4623bbe41eb6d73b08ebed5774642ec805;p=privoxy.git diff --git a/filters.c b/filters.c index 292db4bc..388daf4d 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.96 2007/10/19 16:53:28 fabiankeil Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.97 2007/11/30 15:37:03 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -40,6 +40,9 @@ const char filters_rcs[] = "$Id: filters.c,v 1.96 2007/10/19 16:53:28 fabiankeil * * Revisions : * $Log: filters.c,v $ + * Revision 1.97 2007/11/30 15:37:03 fabiankeil + * Use freez instead of free. + * * Revision 1.96 2007/10/19 16:53:28 fabiankeil * Add helper function to check if any content filters are enabled. * @@ -1805,7 +1808,8 @@ static char *pcrs_filter_response(struct client_state *csp) if (0 == found_filters) { - log_error(LOG_LEVEL_ERROR, "Unable to get current state of regexp filtering."); + log_error(LOG_LEVEL_ERROR, "Inconsistent configuration: " + "content filtering enabled, but no content filters available."); return(NULL); }