fix incorrect name in log

This commit is contained in:
Chris Cromer 2022-08-14 13:18:09 -04:00
parent 0000cd114c
commit e7fb9dff03
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void Player::_ready()
} }
else else
{ {
WARN_PRINT("Data not found!"); WARN_PRINT("Monitor not found!");
} }
} }