summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index f23f1ed9..e8800344 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -118,8 +118,7 @@ load_fallback_face (PangoFT2Font *ft2font,
{
bail1:
name = pango_font_description_to_string (fcfont->description);
- g_warning ("Unable to open font file %s for font %s, exiting\n", filename2, name);
- exit (1);
+ g_error ("Unable to open font file %s for font %s, exiting\n", filename2, name);
}
else
{