Author: toad
Date: 2007-10-26 22:17:20 +0000 (Fri, 26 Oct 2007)
New Revision: 15602

Modified:
   trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
Log:
change thread name

Modified: trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java     2007-10-26 
22:07:45 UTC (rev 15601)
+++ trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java     2007-10-26 
22:17:20 UTC (rev 15602)
@@ -38,7 +38,7 @@
        private boolean _active = true;

        public UdpSocketHandler(int listenPort, InetAddress bindto, Node node) 
throws SocketException {
-               super("MessageCore packet receiver thread on port " + 
listenPort);
+               super("UdpSocketHandler packet receiver thread on port " + 
listenPort);
                this.node = node;
                _bindTo = bindto;
                    // Keep the Updater code in, just commented out, for now


Reply via email to