Changeset 903

Show
Ignore:
Timestamp:
10/17/06 19:47:05 (2 years ago)
Author:
alban
Message:

protect the getAudioInputStream again Throwable when testing providers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/org/kolaka/freecast/sound/AudioSystem.java

    r520 r903  
    5959                                                "stream opened with " + reader); 
    6060                                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); 
    6364                        } 
    6465                }