[Privoxy-commits] [privoxy] 03/04: Slightly reword the ACL_DEBUG log message
User Git
git at git.privoxy.org
Sat Apr 11 09:33:48 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit d1f1268e3e65600be97d28df667010b8dc00cd89
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Apr 10 14:47:43 2026 +0200
Slightly reword the ACL_DEBUG log message
---
loadcfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/loadcfg.c b/loadcfg.c
index e9eaf7ea..98e8ab39 100644
--- a/loadcfg.c
+++ b/loadcfg.c
@@ -649,7 +649,7 @@ static struct access_control_list *parse_acl_rule(const char *arg, char **proxy_
#ifdef ACL_DEBUG
acl->src_string = strdup_or_die(vec[0]);
- acl->dst_string = strdup_or_die((vec_count == 2) ? vec[1] : "none specified");
+ acl->dst_string = strdup_or_die((vec_count == 2) ? vec[1] : "unspecified");
#endif
return acl;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list