summaryrefslogtreecommitdiff
path: root/desktop/browser_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-27 14:39:00 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-27 14:39:00 +0000
commit6f4f860ce3c6a569b15dce17b8d459636c936993 (patch)
treec710d1fd6c614e0519d317a89de0551a5c259872 /desktop/browser_history.c
parent78663e91110b174c9febd29bb96b4a89f5a295a3 (diff)
downloadnetsurf-6f4f860ce3c6a569b15dce17b8d459636c936993.tar.gz
netsurf-6f4f860ce3c6a569b15dce17b8d459636c936993.tar.bz2
Add some debug round thumbnail creation
More debugging of thumbnail creation as it appears to be involved in a number of recently reported crashes on RISC OS.
Diffstat (limited to 'desktop/browser_history.c')
-rw-r--r--desktop/browser_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser_history.c b/desktop/browser_history.c
index dc04a16c1..1991bf9a1 100644
--- a/desktop/browser_history.c
+++ b/desktop/browser_history.c
@@ -524,6 +524,7 @@ nserror browser_window_history_add(struct browser_window *bw,
/* Thumbnailing failed. Ignore it
* silently but clean up bitmap.
*/
+ LOG(("Thumbnail bitmap creation failed"));
bitmap_destroy(bitmap);
bitmap = NULL;
}