]> source.dussan.org Git - aspectj.git/commitdiff
Putting println back in.
authoraclement <aclement>
Mon, 31 Jan 2005 10:35:11 +0000 (10:35 +0000)
committeraclement <aclement>
Mon, 31 Jan 2005 10:35:11 +0000 (10:35 +0000)
weaver/src/org/aspectj/weaver/Dump.java

index a5652d233331cc3e703fadaefa8cc8ae8207f8e9..48ccee68e85dc6eb0a5156718738dd4d86e53438 100644 (file)
@@ -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;