From c835270280ec535fcb407737504a6996174a6195 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 20 May 2002 03:25:26 +0000 Subject: big cosmetics patch, cleanup of messages printed by mplayer and libs. some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/module.c') diff --git a/loader/module.c b/loader/module.c index 41393f5e34..30029d6aae 100644 --- a/loader/module.c +++ b/loader/module.c @@ -408,7 +408,7 @@ HMODULE WINAPI LoadLibraryExA(LPCSTR libname, HANDLE hfile, DWORD flags) else { extern char *win32_codec_name; - printf("Loaded %s to address %p\n", libname, wm->module); +// printf("Loaded %s to address %p\n", libname, wm->module); /* XXX: FIXME, _VERY_ UGLY HACK */ if (!strcmp(libname, "m3jpegdec.ax")) win32_codec_name = strdup("m3jpeg32.dll"); -- cgit v1.2.3