From 34595bc248660a6cd9c51f2b7a18ed33ae31cce4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 May 2008 04:21:44 +0000 Subject: Some cleanup in the VSDefaultPrefs. Initial ProtocolEvent, which is for protocol activation/deactivation --- sources/simulator/VSLogging.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/simulator/VSLogging.java') 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); } -- cgit v1.2.3