Ignore:
Timestamp:
04/15/07 17:39:03 (5 years ago)
Author:
jlee
Message:

Throwable.printStackTrace -> Logger.logException

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/MencoderShit.java

    r163 r166  
    5858                        exitCode = proc.waitFor(); 
    5959                } catch (Exception e) { 
    60                         e.printStackTrace(); 
     60                        Logger.logException(e); 
    6161                } 
    6262                 
     
    9393                        } catch (MPlayerNotFoundException e) { 
    9494                                // This should never happen 
    95                                 e.printStackTrace(); 
     95                                Logger.logException(e); 
    9696                                throw new FailedToDoSomeShit(description); 
    9797                        }                        
Note: See TracChangeset for help on using the changeset viewer.