From 4a7532fb227d0325a1ae30c72155c642e2c55a4b Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Tue, 23 Aug 2011 23:13:34 +0200 Subject: COMPOSER: Change a common warning to use debug(). --- engines/composer/scripting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/composer/scripting.cpp b/engines/composer/scripting.cpp index 83b6336889..1989919233 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.cpp @@ -160,7 +160,7 @@ void ComposerEngine::setArg(uint16 arg, uint16 type, uint16 val) { void ComposerEngine::runScript(uint16 id) { if (!hasResource(ID_SCRP, id)) { - warning("ignoring attempt to run script %d, because it doesn't exist", id); + debug(1, "ignoring attempt to run script %d, because it doesn't exist", id); return; } -- cgit v1.2.3