Increased debug level in the name of sanity.

svn-id: r15613
This commit is contained in:
Torbjörn Andersson 2004-10-19 16:51:26 +00:00
parent e31cd239bd
commit d37a55ef19

View File

@ -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