]> granicus.if.org Git - libass/commitdiff
ass_shaper: raise shaper info log level
authorwm4 <wm4@nowhere>
Mon, 7 Sep 2015 11:51:52 +0000 (13:51 +0200)
committerwm4 <wm4@nowhere>
Mon, 7 Sep 2015 11:56:04 +0000 (13:56 +0200)
MSGL_V is usually for far noisier messages, such as those printed per
subtitle event.

libass/ass_shaper.c

index 01642d1bfeb20041a547e3af5117a48338fb9bda..658d1ef7fd9bf80ea6a4ccb747cc2aa369fb6e5f 100644 (file)
@@ -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()