aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-19 16:51:26 +0000
committerTorbjörn Andersson2004-10-19 16:51:26 +0000
commitd37a55ef19cfe85a67547c0255bd37938d96d8f8 (patch)
tree4d74be344d66bd8eab2c179556b96f1231ea6743 /saga
parente31cd239bdddeca1045455646f719f988e8f6059 (diff)
downloadscummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.tar.gz
scummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.tar.bz2
scummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.zip
Increased debug level in the name of sanity.
svn-id: r15613
Diffstat (limited to 'saga')
-rw-r--r--saga/sthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sthread.cpp b/saga/sthread.cpp
index 68f80ff054..5bfe1e22b4 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -230,7 +230,7 @@ int Script::SThreadRun(R_SCRIPT_THREAD *thread, int instr_limit, int msec) {
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