summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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;
}