diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-04-06 19:41:32 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-04-06 19:41:32 -0400 |
commit | 3948365307f6b70863d89af7da832b84af72c263 (patch) | |
tree | 1a0a0eb1606d67138bc55bd9ce422f3dbe15561e /pango/break.c | |
parent | fed14242693db7f79c51190698aaf015d0e0a44f (diff) | |
download | pango-3948365307f6b70863d89af7da832b84af72c263.tar.gz |
Use g_debug() instead of g_message()
Diffstat (limited to 'pango/break.c')
-rw-r--r-- | pango/break.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |