summaryrefslogtreecommitdiff
path: root/frontends/riscos/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/global_history.c')
-rw-r--r--frontends/riscos/global_history.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/riscos/global_history.c b/frontends/riscos/global_history.c
index 4f0dbd48c..51f5390cb 100644
--- a/frontends/riscos/global_history.c
+++ b/frontends/riscos/global_history.c
@@ -444,6 +444,9 @@ static nserror ro_global_history_init(void)
return res;
}
+ NSLOG(netsurf, INFO, "Created global history corewindow: %p",
+ &ncwin->core);
+
res = global_history_init(ncwin->core.cb_table,
(struct core_window *)ncwin);
if (res != NSERROR_OK) {