aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weaver/src/org/aspectj/weaver/Dump.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/Dump.java b/weaver/src/org/aspectj/weaver/Dump.java
index a5652d233..48ccee68e 100644
--- a/weaver/src/org/aspectj/weaver/Dump.java
+++ b/weaver/src/org/aspectj/weaver/Dump.java
@@ -284,7 +284,7 @@ public class Dump {
+ FILENAME_SUFFIX;
try {
print = new PrintStream(new FileOutputStream(fileName),true);
- //System.out.println("Dumping to " + fileName);
+ System.out.println("Dumping to " + fileName);
}
catch (FileNotFoundException ex) {
print = System.err;