From 0d811963c1498aa625b5438bf66dbb677a0d4494 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 May 2015 17:06:18 +0100 Subject: fixup all the remaining logging macro callsites The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up --- riscos/configure/con_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/configure/con_image.c') diff --git a/riscos/configure/con_image.c b/riscos/configure/con_image.c index ee4281856..1c9531c6d 100644 --- a/riscos/configure/con_image.c +++ b/riscos/configure/con_image.c @@ -151,8 +151,8 @@ void ro_gui_options_image_redraw(wimp_draw *redraw) icon_state.i = IMAGE_CURRENT_DISPLAY; error = xwimp_get_icon_state(&icon_state); if (error) { - LOG(("xwimp_get_icon_state: 0x%x: %s", - error->errnum, error->errmess)); + LOG("xwimp_get_icon_state: 0x%x: %s", + error->errnum, error->errmess); warn_user("MenuError", error->errmess); return; } -- cgit v1.2.3