Changeset 49 for java


Ignore:
Timestamp:
12/10/09 00:27:31 (14 years ago)
Author:
mszubert
Message:

Debug stream changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/ecj/framsticks/FramsticksUtils.java

    r48 r49  
    8585                String line;
    8686                String result = "";
     87               
     88                if (debug) {
     89                        System.err.println("Executing command : " + command);
     90                }
     91               
    8792                try {
    8893                        File f = new File(directoryPath);
     
    98103
    99104                if (debug) {
    100                         System.out.println("Executing command : " + command);
    101                         System.out.println("Result : " + result);
     105                        System.err.println("Result : " + result);
    102106                }
    103107               
Note: See TracChangeset for help on using the changeset viewer.