summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-19 23:18:51 -0800
committerKeith Packard <keithp@keithp.com>2010-11-19 23:18:51 -0800
commit7920ed5c34b088f45ce4213b061ddd1ffe22cee8 (patch)
treed16b5a51798180e6a18d7e6905449a8a28c4b881
parent8c8dc3794c7b5fa5a5b43b1c461d6c8bb3ab425d (diff)
altosui: calling thread.interrupt with null thread doesn't work well
This was a left-over from debugging the previous patch. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/altosui/AltosLog.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosLog.java b/ao-tools/altosui/AltosLog.java
index 11319768..dd147d21 100644
--- a/ao-tools/altosui/AltosLog.java
+++ b/ao-tools/altosui/AltosLog.java
@@ -51,7 +51,6 @@ class AltosLog implements Runnable {
if (log_thread != null) {
log_thread.interrupt();
log_thread = null;
- log_thread.interrupt();
}
}