JAL-1953 named various threads
[jalview.git] / src / jalview / io / HtmlSvgOutput.java
index 948578a..7d6ae4e 100644 (file)
@@ -67,7 +67,7 @@ public class HtmlSvgOutput extends HTMLOutput
       e.printStackTrace();
       return;
     }
-    new Thread(this).start();
+    new Thread(this, "ExportSvgHTML").start();
   }
 
   public int printUnwrapped(int pwidth, int pheight, int pi,