summaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-04-30 02:39:00 +0000
committerwisberg <wisberg>2003-04-30 02:39:00 +0000
commite13844f01833186f4c0967d282664e744c4a2a33 (patch)
treedcdfed410e55dc1d500d2a08b46b0edc4f23c68f /ajde
parentf6663c8be91d3adc6a42caef76171b937f5b841e (diff)
downloadaspectj-e13844f01833186f4c0967d282664e744c4a2a33.tar.gz
aspectj-e13844f01833186f4c0967d282664e744c4a2a33.zip
identify source of log message for convenience
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/NullIdeUIAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/NullIdeUIAdapter.java b/ajde/testsrc/org/aspectj/ajde/NullIdeUIAdapter.java
index 78549b895..3289a4bde 100644
--- a/ajde/testsrc/org/aspectj/ajde/NullIdeUIAdapter.java
+++ b/ajde/testsrc/org/aspectj/ajde/NullIdeUIAdapter.java
@@ -18,7 +18,7 @@ import org.aspectj.ajde.ui.*;
public class NullIdeUIAdapter implements IdeUIAdapter {
public void displayStatusInformation(String message) {
- System.out.println("> status message: " + message);
+ System.out.println("> NullIdeUIAdapter status : " + message);
}
public void resetGUI() {