X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgiedit.c;h=3b8b12c921e835815ececb438205ddc6c545d7b8;hb=9e122252270b1a844641dad56edaf707cee47ec3;hp=833c6f36efd9864397c6dc5652eccba07d5e3ae3;hpb=ea453e40281809c7e6f4bdfcc9c46969289226cf;p=privoxy.git diff --git a/cgiedit.c b/cgiedit.c index 833c6f36..3b8b12c9 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -3124,7 +3124,7 @@ static jb_err cgi_edit_process_string_action(struct client_state *csp, break; default: log_error(LOG_LEVEL_ERROR, - "Unknown filter type: %c for filter %s. Filter ignored.", type, name); + "Unknown action type: %c for action %s. Action ignored.", type, name); continue; } @@ -4509,7 +4509,7 @@ static jb_err action_render_string_actions_template(struct map * exports, int filter_identifier = 0; int i; char *prepared_template = strdup(""); - const struct action_type_info* type = &action_type_info[string_action_type->action_type]; + const struct action_type_info *type = &action_type_info[string_action_type->action_type]; struct action_multi { char radio;