X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=errlog.h;h=5bfc16a5fd601df7cd7ba0973ffd454b9757cf1c;hb=c36d0464c2eb9fbc050f406af9965e9d90172d62;hp=a5ae62b2d6138d8db311bd46ea41ab9f94c964f2;hpb=946ba69596ad2dc36726b2085e7a28683acdb7ac;p=privoxy.git diff --git a/errlog.h b/errlog.h index a5ae62b2..5bfc16a5 100644 --- a/errlog.h +++ b/errlog.h @@ -8,7 +8,7 @@ * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001-2009 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -37,8 +37,7 @@ /* Debug level for errors */ -/* XXX: Should be renamed. */ -#define LOG_LEVEL_GPC 0x0001 +#define LOG_LEVEL_REQUEST 0x0001 #define LOG_LEVEL_CONNECT 0x0002 #define LOG_LEVEL_IO 0x0004 #define LOG_LEVEL_HEADER 0x0008