From c010f30e09d6c058d51ca97ba0cd494ee0d85f4b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 7 Apr 2007 23:44:15 +0000 Subject: Add logging svn path=/trunk/netsurf/; revision=3251 --- riscos/theme.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/theme.c') diff --git a/riscos/theme.c b/riscos/theme.c index 3eac01944..01aaea321 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -909,6 +909,7 @@ bool ro_gui_theme_update_toolbar(struct theme_descriptor *descriptor, warn_user("WimpError", error->errmess); return false; } +LOG(("%08x (%s)", toolbar->toolbar_handle, descriptor->filename)); ro_gui_wimp_event_register_redraw_window(toolbar->toolbar_handle, ro_gui_theme_redraw); ro_gui_wimp_event_set_user_data(toolbar->toolbar_handle, toolbar); -- cgit v1.2.3