[Scummvm-cvs-logs] CVS: scummvm/saga sthread.cpp,1.29,1.30

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Oct 19 09:52:24 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25696

Modified Files:
	sthread.cpp 
Log Message:
Increased debug level in the name of sanity.


Index: sthread.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sthread.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sthread.cpp	9 Oct 2004 07:39:46 -0000	1.29
+++ sthread.cpp	19 Oct 2004 16:51:26 -0000	1.30
@@ -230,7 +230,7 @@
 		saved_offset = thread->i_offset;
 		in_char = scriptS.readByte();
 
-		debug(0, "Executing thread offset: %lu (%x) stack: %d", thread->i_offset, in_char, thread->stackSize());
+		debug(1, "Executing thread offset: %lu (%x) stack: %d", thread->i_offset, in_char, thread->stackSize());
 
 		switch (in_char) {
 		case 0x01: // nextblock





More information about the Scummvm-git-logs mailing list