mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
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 */
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user