Report OSLib error message.

This commit is contained in:
Michael Drake 2014-05-26 09:59:37 +01:00
parent 4a9e1edbde
commit 290e4c5bf7
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}