Changeset 903
- Timestamp:
- 10/17/06 19:47:05 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/org/kolaka/freecast/sound/AudioSystem.java
r520 r903 59 59 "stream opened with " + reader); 60 60 return audioStream; 61 } catch (UnsupportedAudioFileException e) { 62 61 } catch (Throwable t) { 62 LogFactory.getLog(AudioSystem.class).trace( 63 "can't stream opened with " + reader, t); 63 64 } 64 65 }
