Name the UpdateInfoFetcher thread.
[debian/openrocket] / core / src / net / sf / openrocket / communication / UpdateInfoRetriever.java
index 017f6add3fa1272a7697ff2a15c372a3560a8723..799c2a3dff512d1e07304a87e9e1d22f6a8ed242 100644 (file)
@@ -28,6 +28,7 @@ public class UpdateInfoRetriever {
         */
        public void start() {
                fetcher = new UpdateInfoFetcher();
+               fetcher.setName("UpdateInfoFetcher");
                fetcher.setDaemon(true);
                fetcher.start();
        }