summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-24 11:50:35 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-24 11:50:35 +0100
commit26cecc9f95e55f33b4cb95e9439c718b9caf29d8 (patch)
treefb2a40c72dc05b5c4967696433b565e727dd01f0 /desktop
parent1ae1d06ca463e64fc49dae686ecdc4d8a0e5293a (diff)
downloadnetsurf-26cecc9f95e55f33b4cb95e9439c718b9caf29d8.tar.gz
netsurf-26cecc9f95e55f33b4cb95e9439c718b9caf29d8.tar.bz2
Log thumbnail creation.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/local_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/local_history.c b/desktop/local_history.c
index d4f951958..b6d96b0b7 100644
--- a/desktop/local_history.c
+++ b/desktop/local_history.c
@@ -273,6 +273,7 @@ void history_add(struct history *history, hlcache_handle *content,
* loading */
bitmap = urldb_get_thumbnail(nsurl);
if (!bitmap) {
+ LOG(("Creating thumbnail for %s", nsurl_access(nsurl)));
bitmap = bitmap_create(WIDTH, HEIGHT,
BITMAP_NEW | BITMAP_CLEAR_MEMORY |
BITMAP_OPAQUE);