From 3d741c1dd8a3f09d03f448b5f3c5537135bfbbab Mon Sep 17 00:00:00 2001 From: "Jeremy Henty, corvid" Date: Fri, 30 Jul 2010 17:34:15 +0000 Subject: clearer Capi_filters_allow msg --- src/capi.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/capi.c') diff --git a/src/capi.c b/src/capi.c index c4e6679e..3df48628 100644 --- a/src/capi.c +++ b/src/capi.c @@ -392,10 +392,8 @@ static bool_t Capi_filters_allow(const DilloUrl *wanted, ret = dStrcasecmp(req_suffix, want_suffix) == 0; } - if (ret) - MSG("ALLOW\n"); - else - MSG("DENY\n"); + MSG("Capi_filters_allow: from %s to %s: %s\n", req_host, want_host, + ret ? "ALLOWED" : "DENIED"); break; } case PREFS_FILTER_ALLOW_ALL: -- cgit v1.2.3