X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=errlog.c;h=e1d99259a745b89dd65a8589dc98c0ebf369f225;hb=94c8b5dfb65b18ef408c81527bd71fb63e04437d;hp=e9aba2778e3413e3d41a2bfcf3ca6e3e288fd243;hpb=d15d72235206a3c2925a4f96471b443fc51d90bc;p=privoxy.git diff --git a/errlog.c b/errlog.c index e9aba277..e1d99259 100644 --- a/errlog.c +++ b/errlog.c @@ -583,7 +583,7 @@ static const char *get_log_level_string(int loglevel) case LOG_LEVEL_CONNECT: log_level_string = "Connect"; break; - case LOG_LEVEL_TAGGING: + case LOG_LEVEL_TAGGING: log_level_string = "Tagging"; break; case LOG_LEVEL_WRITING: @@ -683,6 +683,10 @@ void log_error(int loglevel, const char *fmt, ...) #ifdef FUZZ if (debug == LOG_LEVEL_STFU) { + if (loglevel == LOG_LEVEL_FATAL) + { + exit(1); + } return; } #endif