X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=370c6a41f01c362ca1f2042d955e08a30d66aa20;hp=12f542ecc056d10aba376c549838eb53e3270b53;hb=801a5d8e387c4474deb9c8a49c0f2e5e115eec49;hpb=f4107f65b676b63a199fe4230e58695757f9f199 diff --git a/errlog.c b/errlog.c index 12f542ec..370c6a41 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.66 2008/01/31 15:38:14 fabiankeil Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.67 2008/03/27 18:27:23 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.66 2008/01/31 15:38:14 fabiankeil E * * Revisions : * $Log: errlog.c,v $ + * Revision 1.67 2008/03/27 18:27:23 fabiankeil + * Remove kill-popups action. + * * Revision 1.66 2008/01/31 15:38:14 fabiankeil * - Make the logfp assertion more strict. As of 1.63, the "||" could * have been an "&&", which means we can use two separate assertions @@ -1163,7 +1166,6 @@ void log_error(int loglevel, const char *fmt, ...) loglevel = LOG_LEVEL_FATAL; } - assert(loglevel & debug); #ifndef _WIN32 /* * On Windows this is acceptable in case