Changeset 166 for trunk/src/org/thestaticvoid/iriverter/MencoderShit.java
- Timestamp:
- 04/15/07 17:39:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/MencoderShit.java
r163 r166 58 58 exitCode = proc.waitFor(); 59 59 } catch (Exception e) { 60 e.printStackTrace();60 Logger.logException(e); 61 61 } 62 62 … … 93 93 } catch (MPlayerNotFoundException e) { 94 94 // This should never happen 95 e.printStackTrace();95 Logger.logException(e); 96 96 throw new FailedToDoSomeShit(description); 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.
