changeset 8818:499d64f880d3

Use standard mplayer message funtion.
author filon
date Mon, 06 Jan 2003 12:23:59 +0000
parents 84522accebc0
children 477d42e66e8b
files libvo/font_load_ft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }