summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-05-26 09:59:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-05-26 09:59:37 +0100
commit290e4c5bf7f0e3fd9c09e1db80578f7a05963e73 (patch)
tree60925fc3343459147f5d0c322617a7967b22955b /riscos
parent4a9e1edbde1d0416bcd6e1995d855d95b5f59403 (diff)
downloadnetsurf-290e4c5bf7f0e3fd9c09e1db80578f7a05963e73.tar.gz
netsurf-290e4c5bf7f0e3fd9c09e1db80578f7a05963e73.tar.bz2
Report OSLib error message.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/buffer.c b/riscos/buffer.c
index 56c245882..c1971f68d 100644
--- a/riscos/buffer.c
+++ b/riscos/buffer.c
@@ -246,7 +246,7 @@ void ro_gui_buffer_open(wimp_draw *redraw)
*/
if ((error = xos_set_ecf_origin(-ro_plot_origin_x,
-ro_plot_origin_y)) != NULL) {
- LOG(("Invalid ECF origin"));
+ LOG(("Invalid ECF origin: '%s'", error->errmess));
}
}