aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/capi.c b/src/capi.c
index 0d7e79a4..de338267 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -410,6 +410,10 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData)
cmd = Capi_dpi_build_cmd(web, server);
a_Capi_dpi_send_cmd(web->url, web->bw, cmd, server, 1);
dFree(cmd);
+ } else {
+ MSG_WARN("Ignoring download request for '%s': "
+ "not in cache and not downloadable.\n",
+ URL_STR(web->url));
}
} else if (Capi_url_uses_dpi(web->url, &server)) {