diff options
author | Torbjörn Andersson | 2004-10-19 16:51:26 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-10-19 16:51:26 +0000 |
commit | d37a55ef19cfe85a67547c0255bd37938d96d8f8 (patch) | |
tree | 4d74be344d66bd8eab2c179556b96f1231ea6743 | |
parent | e31cd239bdddeca1045455646f719f988e8f6059 (diff) | |
download | scummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.tar.gz scummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.tar.bz2 scummvm-rg350-d37a55ef19cfe85a67547c0255bd37938d96d8f8.zip |
Increased debug level in the name of sanity.
svn-id: r15613
-rw-r--r-- | saga/sthread.cpp | 2 |
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 |