aboutsummaryrefslogtreecommitdiff
path: root/src/Probe.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Probe.java')
-rw-r--r--src/Probe.java1
1 files changed, 1 insertions, 0 deletions
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();
}