summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 29359593e..b74a27d89 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -906,6 +906,9 @@ static nserror browser_window_favicon_callback(hlcache_handle *c,
bw->current_favicon = c;
bw->loading_favicon = NULL;
+ LOG(("Content ended up with mime type of '%s'",
+ lwc_string_data((content_get_mime_type(c)))));
+
/* content_get_bitmap on the hlcache_handle should give
* us the favicon bitmap at this point
*/