aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-08-24 17:38:31 +0000
committercorvid <corvid@lavabit.com>2010-08-24 17:38:31 +0000
commitbc28ed3b2d5bec2a986af7ae510e8c15f5dcc357 (patch)
tree670a83b3fe991ae5d3f3984675bcc1104eef5b90 /src
parentd4d54185af6c2217316cab75dae5de26a34d7ae2 (diff)
Capi_filters_allow msg
Diffstat (limited to 'src')
-rw-r--r--src/capi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/capi.c b/src/capi.c
index 3df48628..dabc72e5 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -392,8 +392,8 @@ static bool_t Capi_filters_allow(const DilloUrl *wanted,
ret = dStrcasecmp(req_suffix, want_suffix) == 0;
}
- MSG("Capi_filters_allow: from %s to %s: %s\n", req_host, want_host,
- ret ? "ALLOWED" : "DENIED");
+ MSG("Capi_filters_allow: from '%s' to '%s': %s\n", req_host,
+ want_host, ret ? "ALLOW" : "DENY");
break;
}
case PREFS_FILTER_ALLOW_ALL: