COMPOSER: Change a common warning to use debug().

This commit is contained in:
Alyssa Milburn 2011-08-23 23:13:34 +02:00
parent fca52e0514
commit 4a7532fb22

View File

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