X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=errlog.c;h=afeac437d66d18883729d35f3a0d31dae8c599d9;hb=706c8ab535b696ab96adbb76c17f8c94ffb56163;hp=dd06387e34ee43700c43ef5e95caae932c58257b;hpb=74f84988126c9680e5e05513a42016f0dbe6c185;p=privoxy.git diff --git a/errlog.c b/errlog.c index dd06387e..afeac437 100644 --- a/errlog.c +++ b/errlog.c @@ -583,6 +583,9 @@ static inline const char *get_log_level_string(int loglevel) case LOG_LEVEL_CONNECT: log_level_string = "Connect"; break; + case LOG_LEVEL_TAGGING: + log_level_string = "Tagging"; + break; case LOG_LEVEL_WRITING: log_level_string = "Writing"; break;