Ignore:
Timestamp:
09/28/11 03:11:18 (13 years ago)
Author:
sherbold
Message:
  • adapted Console usage to renamed methods (see previous commit)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDload.java

    r209 r211  
    4343                        in.close(); 
    4444                } catch (IOException ex) { 
    45                         Console.printStacktrace(ex); 
     45                        Console.logException(ex); 
    4646                } catch (ClassNotFoundException ex) { 
    47                         Console.printStacktrace(ex); 
     47                        Console.logException(ex); 
    4848                } 
    4949        } 
Note: See TracChangeset for help on using the changeset viewer.