summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorfilon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-06 12:23:59 +0000
committerfilon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-06 12:23:59 +0000
commit5ba5288d2e5e100ec1966dfc1ddc149590b3e469 (patch)
tree7aea0fb5091b515d7c0c9fbb434ee162e43d6413 /libvo
parented23e7ef92fc9d409160adb46d3284cd9d0e9738 (diff)
downloadmpv-5ba5288d2e5e100ec1966dfc1ddc149590b3e469.tar.bz2
mpv-5ba5288d2e5e100ec1966dfc1ddc149590b3e469.tar.xz
Use standard mplayer message funtion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8819 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load_ft.c2
1 files changed, 1 insertions, 1 deletions
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;
}