From 6fee629b38f9cfd9b9847a254fb8718c5a981f2a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 8 Jan 2009 07:00:52 +0000 Subject: Improve warning message. 2009-01-08 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Improve warning message. svn path=/trunk/; revision=2796 --- pango/pango-context.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'pango') diff --git a/pango/pango-context.c b/pango/pango-context.c index 95916ebe..208952d3 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); -- cgit v1.2.1