Build our new unsafe library (on Linux at least) and some other random

viztool crap that doesn't really matter.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2561 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-05-09 03:24:12 +00:00
parent cde14e4bfa
commit d4c4596403
2 changed files with 12 additions and 8 deletions
@@ -1,5 +1,5 @@
//
// $Id: SoundManager.java,v 1.61 2003/05/03 00:13:04 ray Exp $
// $Id: SoundManager.java,v 1.62 2003/05/09 03:24:12 mdb Exp $
package com.threerings.media.sound;
@@ -423,8 +423,11 @@ public class SoundManager
uafe + "].");
} catch (LineUnavailableException lue) {
Log.warning("Line not available to play sound [key=" + key +
", e=" + lue + "].");
// this error comes every goddamned time we play a sound on
// someone with a misconfigured sound card, so let's just keep
// it to ourselves
Log.debug("Line not available to play sound [key=" + key +
", e=" + lue + "].");
}
}