Even more logging, to ensure that two different threads are indeed playing

these two different sounds.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3341 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-02-09 22:02:22 +00:00
parent 86757cb55e
commit 67521e973d
@@ -320,7 +320,9 @@ public class SoundManager
_freeSpoolers++;
key = (SoundKey) _queue.get(MAX_WAIT_TIME);
if (_verbose.getValue()) {
Log.info("Spooler got key [" + key + "].");
Log.info("Spooler got key " +
"[spooler=" + Thread.currentThread().hashCode() +
", key=" + key + "].");
}
_freeSpoolers--;