From d37a55ef19cfe85a67547c0255bd37938d96d8f8 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 19 Oct 2004 16:51:26 +0000 Subject: Increased debug level in the name of sanity. svn-id: r15613 --- saga/sthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga') 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 -- cgit v1.2.3