X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.c;h=7fbcd3a30d3e84f998ba58a264c02b10f7e481a3;hp=a80ee64651fe9def54be007f89d485f52de9d24a;hb=d128e6aa419ebf45411003e0e0276038e67d0b33;hpb=16ba041753d4716294b37fa5f05259b1b69ed64f diff --git a/actions.c b/actions.c index a80ee646..7fbcd3a3 100644 --- a/actions.c +++ b/actions.c @@ -1115,6 +1115,8 @@ static const char *filter_type_to_string(enum filter_type filter_type) return "suppress tag filter"; case FT_CLIENT_BODY_FILTER: return "client body filter"; + case FT_CLIENT_BODY_TAGGER: + return "client body tagger"; case FT_ADD_HEADER: return "add-header action"; #ifdef FEATURE_EXTERNAL_FILTERS