[Sumover-dev] [svn commit] r4019 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed May 9 19:03:44 BST 2007


Author: piers
Date: Wed May  9 19:02:49 2007
New Revision: 4019

Modified:
   vic/branches/mpeg4/Tcl.cpp

Log:
Changed printf to debug_msg call so no dialogue is shown on Windows

Modified: vic/branches/mpeg4/Tcl.cpp
==============================================================================
--- vic/branches/mpeg4/Tcl.cpp	(original)
+++ vic/branches/mpeg4/Tcl.cpp	Wed May  9 19:02:49 2007
@@ -353,7 +353,7 @@
 		}
 	}
 #ifdef DEBUG
-    printf("Failed Matcher::lookup on %s\n", classname);
+    debug_msg("Failed Matcher::lookup on %s\n", classname);
 #endif /* DEBUG */
 	return (0);
 }



More information about the Sumover-dev mailing list