[Privoxy-commits] [privoxy] 16/30: cgi_edit_process_string_action(): Fix an error message
User Git
git at git.privoxy.org
Thu Nov 11 04:42:06 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 2b1b9b5dec7d10d8d58706a6b737eacabcc862b1
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 23 08:22:36 2021 +0100
cgi_edit_process_string_action(): Fix an error message
---
cgiedit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgiedit.c b/cgiedit.c
index 833c6f36..594aecf8 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;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list