X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.h;h=af1e675e89e015a5d95c137535e46bdb5d5c0b2b;hp=a5ae62b2d6138d8db311bd46ea41ab9f94c964f2;hb=f2be4cfb0e98db4cf6fcf33f3f1efadabe399887;hpb=b0dfc691e79ad10ecb87dfac4070a48b010adb6f diff --git a/errlog.h b/errlog.h index a5ae62b2..af1e675e 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,10 +37,9 @@ /* 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_TAGGING 0x0004 #define LOG_LEVEL_HEADER 0x0008 #define LOG_LEVEL_WRITING 0x0010 #ifdef FEATURE_FORCE_LOAD