summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-07 13:51:52 +0200
committerwm4 <wm4@nowhere>2015-09-07 13:56:04 +0200
commit5a189bda9a502058b1a672ebb03048f34816a559 (patch)
tree5ecef1d62861f09120e7fdaed44f63fa42240003 /libass
parent334e84893da668b353ae139858a263d65f4f788e (diff)
downloadlibass-5a189bda9a502058b1a672ebb03048f34816a559.tar.bz2
libass-5a189bda9a502058b1a672ebb03048f34816a559.tar.xz
ass_shaper: raise shaper info log level
MSGL_V is usually for far noisier messages, such as those printed per subtitle event.
Diffstat (limited to 'libass')
-rw-r--r--libass/ass_shaper.c2
1 files changed, 1 insertions, 1 deletions
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()