X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=f994118b031f8dba7131a2685696eceea701baa2;hp=2c0fddf2b590d7bba277b8f888b56e7412de5f5a;hb=e7f66a9d6cb880e13d23f30465436fd51b372d7c;hpb=f31670ca5360e64312185b670be81939f7a1c0f5 diff --git a/errlog.c b/errlog.c index 2c0fddf2..f994118b 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.3 2001/05/20 01:11:40 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,11 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; * * Revisions : * $Log: errlog.c,v $ + * Revision 1.3 2001/05/20 01:11:40 jongfoster + * Added support for LOG_LEVEL_FATAL + * Renamed LOG_LEVEL_FRC to LOG_LEVEL_FORCE, + * and LOG_LEVEL_REF to LOG_LEVEL_RE_FILTER + * * Revision 1.2 2001/05/17 22:42:01 oes * - Cleaned CRLF's from the sources and related files * - Repaired logging for REF and FRC @@ -60,7 +65,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.2 2001/05/17 22:42:01 oes Exp $"; #ifdef _WIN32 #include +#ifndef _WIN_CONSOLE #include "w32log.h" +#endif /* ndef _WIN_CONSOLE */ #endif /* def _WIN32 */ #include "errlog.h"