From 5ba5288d2e5e100ec1966dfc1ddc149590b3e469 Mon Sep 17 00:00:00 2001 From: filon Date: Mon, 6 Jan 2003 12:23:59 +0000 Subject: Use standard mplayer message funtion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8819 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/font_load_ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c index 398e78b5a7..afbde21941 100644 --- a/libvo/font_load_ft.c +++ b/libvo/font_load_ft.c @@ -1087,7 +1087,7 @@ int init_freetype() mp_msg(MSGT_OSD, MSGL_ERR, "Init_FreeType failed.\n"); return -1; } - fprintf(stderr, "init_freetype\n"); + mp_msg(MSGT_OSD, MSGL_V, "init_freetype\n"); using_freetype = 1; return 0; } -- cgit v1.2.3