From 6fbefad24ec7e8783365db61b03357d50ee0dd56 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Apr 2012 08:55:56 +0000 Subject: added names to the threads, in order to allow jvisualvm debug removed a "My DEBUG" message on the console --- src/Probe.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Probe.java') diff --git a/src/Probe.java b/src/Probe.java index c8021c5..6a4c75c 100644 --- a/src/Probe.java +++ b/src/Probe.java @@ -177,6 +177,7 @@ public class Probe implements IvyApplicationListener, IvyMessageListener, IvyBin this.bus=bus; bus.addApplicationListener(this); looperThread=new Thread(this); + looperThread.setName("Ivy Probe looper thread on readline"); looperThread.start(); } -- cgit v1.1