Ignore:
Timestamp:
10/05/11 23:18:55 (13 years ago)
Author:
sherbold
Message:
  • changed some uses of Console.println, Console.traceln and Console.printerrln to one of the other streams for a more consistent use of the different output streams
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaHelperLib/src/de/ugoe/cs/util/console/defaultcommands/CMDexec.java

    r175 r244  
    4343                        commands = (new String(buffer)).split("\n"); 
    4444                        for (String command : commands) { 
    45                                 Console.println(command.trim()); 
     45                                Console.traceln(command.trim()); 
    4646                                CommandExecuter.getInstance().exec(command); 
    4747                        } 
Note: See TracChangeset for help on using the changeset viewer.