From c9e3747114a3fa583ea397ff1d76b88965e63f67 Mon Sep 17 00:00:00 2001 From: Simei Yin Date: Tue, 8 Aug 2017 11:43:37 +0200 Subject: SLUDGE: Change debug channels --- engines/sludge/builtin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sludge/builtin.cpp') diff --git a/engines/sludge/builtin.cpp b/engines/sludge/builtin.cpp index d5d549fe78..ce66443268 100644 --- a/engines/sludge/builtin.cpp +++ b/engines/sludge/builtin.cpp @@ -2584,6 +2584,8 @@ BuiltReturn callBuiltIn(int whichFunc, int numParams, LoadedFunction *fun) { } if (builtInFunctionArray[whichFunc].func) { + debugC(1, kSludgeDebugBuiltin, "Run built-in function : %s", + (whichFunc < numBIFNames) ? allBIFNames[whichFunc].c_str() : "Unknown"); return builtInFunctionArray[whichFunc].func(numParams, fun); } } -- cgit v1.2.3