[Mplayer-cvslog] CVS: main/loader win32.c,1.87,1.88

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Apr 23 13:50:27 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv10514/loader

Modified Files:
	win32.c 
Log Message:
Less verbosity by moving some debug messages from printf --> dbgprintf.


Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- win32.c	27 Mar 2004 13:57:47 -0000	1.87
+++ win32.c	23 Apr 2004 11:50:23 -0000	1.88
@@ -403,7 +403,7 @@
 
     if (header->deadbeef != (long) 0xdeadbeef)
     {
-	printf("FATAL releasing corrupted memory! %p  0x%lx  (%d)\n", header, header->deadbeef, alccnt);
+	dbgprintf("FATAL releasing corrupted memory! %p  0x%lx  (%d)\n", header, header->deadbeef, alccnt);
 	return 0;
     }
 
@@ -1663,7 +1663,7 @@
     {
 	if (header->deadbeef != 0xdeadbeef)
 	{
-	    printf("FATAL found corrupted memory! %p  0x%lx  (%d)\n", header, header->deadbeef, alccnt);
+	    dbgprintf("FATAL found corrupted memory! %p  0x%lx  (%d)\n", header, header->deadbeef, alccnt);
 	    break;
 	}
 
@@ -5332,7 +5332,7 @@
 	    if (--max_fatal < 0)
 		break;
     }
-    printf("Total Unfree %d bytes cnt %d [%p,%d]\n",unfree, unfreecnt, last_alloc, alccnt);
+    dbgprintf("Total Unfree %d bytes cnt %d [%p,%d]\n",unfree, unfreecnt, last_alloc, alccnt);
 #endif
     g_tls = NULL;
     list = NULL;




More information about the MPlayer-cvslog mailing list