From 26cecc9f95e55f33b4cb95e9439c718b9caf29d8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 24 Oct 2013 11:50:35 +0100 Subject: Log thumbnail creation. --- desktop/local_history.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3