From: wm4 Date: Mon, 7 Sep 2015 11:51:52 +0000 (+0200) Subject: ass_shaper: raise shaper info log level X-Git-Tag: 0.13.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a189bda9a502058b1a672ebb03048f34816a559;p=libass ass_shaper: raise shaper info log level MSGL_V is usually for far noisier messages, such as those printed per subtitle event. --- diff --git a/libass/ass_shaper.c b/libass/ass_shaper.c index 01642d1..658d1ef 100644 --- a/libass/ass_shaper.c +++ b/libass/ass_shaper.c @@ -79,7 +79,7 @@ struct ass_shaper_font_data { */ void ass_shaper_info(ASS_Library *lib) { - ass_msg(lib, MSGL_V, "Shaper: FriBidi " + ass_msg(lib, MSGL_INFO, "Shaper: FriBidi " FRIBIDI_VERSION " (SIMPLE)" #ifdef CONFIG_HARFBUZZ " HarfBuzz-ng %s (COMPLEX)", hb_version_string()