[pango/pango2: 87/195] attributes: Better error message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2: 87/195] attributes: Better error message
- Date: Mon, 6 Jun 2022 04:14:41 +0000 (UTC)
commit a1b7f0df4b273a624b980b55cca7ab81535c51c7
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 24 07:45:54 2022 -0500
attributes: Better error message
Mention relevant details
pango/pango-attributes.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index 20809afc..add15c1e 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -2674,7 +2674,12 @@ attr_print (GString *str,
else if ((features = pango_attribute_as_font_features (attr)) != NULL)
g_string_append_printf (str, " \"%s\"", features->features);
else
- g_assert_not_reached ();
+ {
+ g_warning ("Unhandled attribute type %s (%d)\n",
+ get_attr_type_nick (attr->klass->type),
+ attr->klass->type);
+ g_assert_not_reached ();
+ }
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]