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 --- beos/font.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'beos/font.cpp') diff --git a/beos/font.cpp b/beos/font.cpp index ba6803f53..cba3e4d4b 100644 --- a/beos/font.cpp +++ b/beos/font.cpp @@ -125,7 +125,7 @@ bool nsfont_position_in_string(const plot_font_style_t *fstyle, const char *string, size_t length, int x, size_t *char_offset, int *actual_x) { - //LOG(("(, '%s', %d, %d, , )", string, length, x)); + //LOG("(, '%s', %d, %d, , )", string, length, x); //fprintf(stderr, "%s(, '%s', %d, %d, , )\n", __FUNCTION__, string, length, x); int index; BFont font; @@ -183,7 +183,7 @@ bool nsfont_split(const plot_font_style_t *fstyle, int x, size_t *char_offset, int *actual_x) { //fprintf(stderr, "%s(, '%s', %d, %d, , )\n", __FUNCTION__, string, length, x); - //LOG(("(, '%s', %d, %d, , )", string, length, x)); + //LOG("(, '%s', %d, %d, , )", string, length, x); int index = 0; BFont font; -- cgit v1.2.3