From: Werner Lemberg Date: Tue, 20 Jun 2017 13:37:58 +0000 (+0200) Subject: Minor error message improvement. X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=be622e24546dff283da6810c798bb4155c95242a Minor error message improvement. --- 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 }