Even more verbose logging to figure out why the sound manager is being so

slow.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3340 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-02-09 20:59:14 +00:00
parent f027797120
commit 86757cb55e
@@ -319,6 +319,9 @@ public class SoundManager
synchronized (_queue) {
_freeSpoolers++;
key = (SoundKey) _queue.get(MAX_WAIT_TIME);
if (_verbose.getValue()) {
Log.info("Spooler got key [" + key + "].");
}
_freeSpoolers--;
if (key == null || key.cmd == DIE) {