Changeset 49
- Timestamp:
- 12/10/09 00:27:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/ecj/framsticks/FramsticksUtils.java
r48 r49 85 85 String line; 86 86 String result = ""; 87 88 if (debug) { 89 System.err.println("Executing command : " + command); 90 } 91 87 92 try { 88 93 File f = new File(directoryPath); … … 98 103 99 104 if (debug) { 100 System.out.println("Executing command : " + command); 101 System.out.println("Result : " + result); 105 System.err.println("Result : " + result); 102 106 } 103 107
Note: See TracChangeset
for help on using the changeset viewer.