[pango/better-hyphens] Remove a warning



commit 10e1ce6ff17abf1701ee7e851331334d84abbc9e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 22 08:50:14 2019 -0700

    Remove a warning

 pango/shape.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/shape.c b/pango/shape.c
index cb969e67..c97eb5af 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -238,7 +238,7 @@ pango_shape_full (const gchar      *item_text,
   if (G_UNLIKELY ((analysis->level & 1) &&
                  glyphs->log_clusters[0] < glyphs->log_clusters[glyphs->num_glyphs - 1]))
     {
-      g_warning ("Expected RTL run but got LTR. Fixing.");
+      g_debug ("Expected RTL run but got LTR. Fixing.");
 
       /* *Fix* it so we don't crash later */
       pango_glyph_string_reverse_range (glyphs, 0, glyphs->num_glyphs);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]