Mercurial > dillo_port1.3
changeset 1694:b260148f7771
Capi_filters_allow msg
author | corvid <corvid@lavabit.com> |
---|---|
date | Tue, 24 Aug 2010 17:38:31 +0000 |
parents | a9a11a23d707 |
children | f582fe8c2043 |
files | src/capi.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/capi.c Mon Aug 23 22:53:11 2010 +0200 +++ b/src/capi.c Tue Aug 24 17:38:31 2010 +0000 @@ -392,8 +392,8 @@ 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: