Degarde lack of free sounds message from alert to bulk for this release.

This commit is contained in:
Erik Hofman
2011-12-24 11:13:49 +01:00
parent 368d280da2
commit cc2234bf54

View File

@@ -427,7 +427,7 @@ unsigned int SGSoundMgr::request_source()
_sources_in_use.push_back(source);
}
else
SG_LOG( SG_SOUND, SG_ALERT, "Sound manager: No more free sources available!\n");
SG_LOG( SG_SOUND, SG_BULK, "Sound manager: No more free sources available!\n");
return source;
}