- Timestamp:
- 09/28/11 03:11:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/CommandHistoryDialog.java
r200 r211 136 136 } catch (IOException e) { 137 137 Console.printerrln("Unable to create file " + filename); 138 Console. printStacktrace(e);138 Console.logException(e); 139 139 } 140 140 OutputStreamWriter writer = null; … … 144 144 Console.printerrln("Unable to open file for writing (read-only file):" 145 145 + filename); 146 Console. printStacktrace(e);146 Console.logException(e); 147 147 } 148 148 try { … … 151 151 } catch (IOException e) { 152 152 Console.printerrln("Unable to write to file."); 153 Console. printStacktrace(e);153 Console.logException(e); 154 154 } 155 155 }
Note: See TracChangeset
for help on using the changeset viewer.