Use standard mplayer message funtion.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8819 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
filon 2003-01-06 12:23:59 +00:00
parent ed23e7ef92
commit 5ba5288d2e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}