# HG changeset patch # User filon # Date 1041855839 0 # Node ID 499d64f880d318a59255fc2484cd9877afe603aa # Parent 84522accebc0381e2fb48504f181e7d6f46d68e1 Use standard mplayer message funtion. diff -r 84522accebc0 -r 499d64f880d3 libvo/font_load_ft.c --- a/libvo/font_load_ft.c Mon Jan 06 09:44:28 2003 +0000 +++ b/libvo/font_load_ft.c Mon Jan 06 12:23:59 2003 +0000 @@ -1087,7 +1087,7 @@ 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; }