summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/netsurf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 76ff4b19a..f39a6baef 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -109,6 +109,9 @@ static nserror netsurf_llcache_query_handler(const llcache_query *query,
switch (query->type) {
case LLCACHE_QUERY_AUTH:
+ NSLOG(llcache, INFO, "HTTP Auth for: %s: %s",
+ query->data.auth.realm,
+ nsurl_access(query->url));
guit->misc->login(query->url, query->data.auth.realm, cb, cbpw);
break;