COMPOSER: Change a common warning to use debug().
This commit is contained in:
parent
fca52e0514
commit
4a7532fb22
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue