From 57eaf5c92504d1fbd08f0c415ec7e66fb44a6e66 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Thu, 6 Jan 2005 11:46:32 +0000 Subject: Change warning to debug svn-id: r16440 --- queen/music.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen/music.cpp') diff --git a/queen/music.cpp b/queen/music.cpp index 899c228ec2..79f11fbdf2 100644 --- a/queen/music.cpp +++ b/queen/music.cpp @@ -82,7 +82,7 @@ bool MusicPlayer::queueSong(uint16 songNum) { if (songNum >= _numSongs && songNum < 1000) { // this happens at the end of the car chase, where we try to play song 176, // see Sound::_tune[], entry 39 - warning("Trying to queue an invalid song number %d, max %d", songNum, _numSongs); + debug(3, "Trying to queue an invalid song number %d, max %d", songNum, _numSongs); return false; } uint8 emptySlots = 0; -- cgit v1.2.3