summaryrefslogtreecommitdiff
path: root/frontends/riscos
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-08-04 14:12:31 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-08-04 14:12:31 +0100
commitc88a55999a93f80462b01d25388172c67df0dc72 (patch)
tree1993519458fc89b465cfb2b93b75e674b5b3dd7d /frontends/riscos
parent1651dc2fb142430046c83e2158335f1200149483 (diff)
downloadnetsurf-c88a55999a93f80462b01d25388172c67df0dc72.tar.gz
netsurf-c88a55999a93f80462b01d25388172c67df0dc72.tar.bz2
RISC OS: Fix log message.
Diffstat (limited to 'frontends/riscos')
-rw-r--r--frontends/riscos/local_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c
index c6c3d8162..3e4e5c31c 100644
--- a/frontends/riscos/local_history.c
+++ b/frontends/riscos/local_history.c
@@ -398,7 +398,7 @@ ro_local_history_open(struct ro_local_history_window *lhw, wimp_w parent)
error = xwimp_set_caret_position(lhw->core.wh, -1, 0, 0, -1, 0);
if (error) {
NSLOG(netsurf, INFO,
- "xwimp_get_caret_position: 0x%x : %s",
+ "xwimp_set_caret_position: 0x%x : %s",
error->errnum,
error->errmess);
}