From 3948365307f6b70863d89af7da832b84af72c263 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 6 Apr 2009 19:41:32 -0400 Subject: Use g_debug() instead of g_message() --- pango/break.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/break.c') diff --git a/pango/break.c b/pango/break.c index fa49b3fc..c1707456 100644 --- a/pango/break.c +++ b/pango/break.c @@ -857,7 +857,7 @@ pango_default_break (const gchar *text, /* We apply Rules WB1 and WB2 at the end of the function */ if (prev_wc == 0x3031 && wc == 0x41) - g_message ("Y %d %d", prev_WB_type, WB_type); + g_debug ("Y %d %d", prev_WB_type, WB_type); if (prev_WB_type == WB_NewlineCRLF && prev_WB_i + 1 == i) { /* The extra check for prev_WB_i is to correctly handle sequences like -- cgit v1.2.1