HDB: Modify warning to debug output

This commit is contained in:
Nipun Garg 2019-07-03 23:09:58 +05:30 committed by Eugene Sandulenko
parent 478c10a1fb
commit e319b120da

View File

@ -30,7 +30,7 @@ bool Sound::init() {
}
bool Sound::playSound(int index) {
warning("STUB: Play Sound");
debug(9, "STUB: Play Sound");
return true;
}