From 8fa8b4578f92a2288bd6d36da7cefb67e9e4b171 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 11 Jan 2017 10:34:33 +0100 Subject: DIRECTOR: Better trace for Lingo tests --- engines/director/lingo/lingo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/director/lingo/lingo.cpp b/engines/director/lingo/lingo.cpp index 2811c0cc65..1377b0841f 100644 --- a/engines/director/lingo/lingo.cpp +++ b/engines/director/lingo/lingo.cpp @@ -457,7 +457,7 @@ void Lingo::runTests() { stream->read(script, size); - debugC(2, kDebugLingoCompile, "Compiling file %s of size %d, id: %d", fileList[i].c_str(), size, counter); + debug(">> Compiling file %s of size %d, id: %d", fileList[i].c_str(), size, counter); _hadError = false; addCode(script, kMovieScript, counter); @@ -465,7 +465,7 @@ void Lingo::runTests() { if (!_hadError) executeScript(kMovieScript, counter); else - debugC(2, kDebugLingoCompile, "Skipping execution"); + debug(">> Skipping execution"); free(script); -- cgit v1.2.3