- Timestamp:
- 10/05/11 23:18:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/EventGenerator.java
r226 r244 909 909 int index = target.lastIndexOf("<"); 910 910 if (index == 0) { 911 Console. println("Trying to adress parent of top-level window! Replay probably invalid!");911 Console.traceln("Trying to adress parent of top-level window! Replay probably invalid!"); 912 912 } 913 913 value = target.substring(0, index);
Note: See TracChangeset
for help on using the changeset viewer.