Log thumbnail creation.

This commit is contained in:
Michael Drake 2013-10-24 11:50:35 +01:00
parent 1ae1d06ca4
commit 26cecc9f95
1 changed files with 1 additions and 0 deletions

View File

@ -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);