From: Behdad Esfahbod Date: Thu, 8 Jan 2009 07:00:52 +0000 (+0000) Subject: Improve warning message. X-Git-Tag: 1.23.0~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fee629b38f9cfd9b9847a254fb8718c5a981f2a;p=platform%2Fupstream%2Fpango.git Improve warning message. 2009-01-08 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Improve warning message. svn path=/trunk/; revision=2796 --- diff --git a/ChangeLog b/ChangeLog index b673b50..1a8e361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-01-08 Behdad Esfahbod + * pango/pango-context.c (itemize_state_process_run): + Improve warning message. + +2009-01-08 Behdad Esfahbod + Bug 549532 – Correction to the sample string for Hindi in pango-language-sample-table.h diff --git a/pango/pango-context.c b/pango/pango-context.c index 95916eb..208952d 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1384,16 +1384,7 @@ itemize_state_process_run (ItemizeState *state) if (!g_object_get_data (G_OBJECT (fontmap), script_name)) { - const char *what; - if (shape_engine == NULL) - what = "shape engine"; - else if (font == NULL) - what = "font"; - else - what = "nothing (oops!)"; - - g_warning ("failed to find %s, expect ugly output. engine-type='%s', script='%s'", - what, + g_warning ("failed to choose a font, expect ugly output. engine-type='%s', script='%s'", pango_font_map_get_shape_engine_type (fontmap), script_name);