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:
@@ -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--;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user