From be622e24546dff283da6810c798bb4155c95242a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 20 Jun 2017 15:37:58 +0200 Subject: [PATCH] Minor error message improvement. --- lily/pango-font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/pango-font.cc b/lily/pango-font.cc index 6578f1c238..1a80ee989c 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -407,8 +407,8 @@ Pango_font::text_stencil (Output_def * /* state */, pango_layout_set_attributes(layout, list); pango_attr_list_unref(list); #else - warning (_f ("OpenType font feature `%s' cannot be used " - "since this binary is configured without the feature.", + warning (_f ("OpenType font feature `%s' cannot be used" + " since this binary is configured without feature support.", features_str.c_str ())); #endif } -- 2.39.2