Log thumbnail creation.
This commit is contained in:
parent
1ae1d06ca4
commit
26cecc9f95
|
@ -273,6 +273,7 @@ void history_add(struct history *history, hlcache_handle *content,
|
||||||
* loading */
|
* loading */
|
||||||
bitmap = urldb_get_thumbnail(nsurl);
|
bitmap = urldb_get_thumbnail(nsurl);
|
||||||
if (!bitmap) {
|
if (!bitmap) {
|
||||||
|
LOG(("Creating thumbnail for %s", nsurl_access(nsurl)));
|
||||||
bitmap = bitmap_create(WIDTH, HEIGHT,
|
bitmap = bitmap_create(WIDTH, HEIGHT,
|
||||||
BITMAP_NEW | BITMAP_CLEAR_MEMORY |
|
BITMAP_NEW | BITMAP_CLEAR_MEMORY |
|
||||||
BITMAP_OPAQUE);
|
BITMAP_OPAQUE);
|
||||||
|
|
Loading…
Reference in New Issue