diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-18 04:21:44 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-18 04:21:44 +0000 |
| commit | 34595bc248660a6cd9c51f2b7a18ed33ae31cce4 (patch) | |
| tree | f75cc0844410079f9503d8aff2ec2281d7468d75 /sources/simulator/VSLogging.java | |
| parent | 09b4f130a62ba5e05cef367f2d5adb357936d28b (diff) | |
Some cleanup in the VSDefaultPrefs.
Initial ProtocolEvent, which is for protocol activation/deactivation
Diffstat (limited to 'sources/simulator/VSLogging.java')
| -rw-r--r-- | sources/simulator/VSLogging.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java index c819a76..547d598 100644 --- a/sources/simulator/VSLogging.java +++ b/sources/simulator/VSLogging.java @@ -45,9 +45,9 @@ public class VSLogging { buffer.append(": "); buffer.append(message); - if (isPaused) + if (isPaused) pauseLines.add(buffer); - else + else loggFiltered(buffer); } |
