JAL-1889 more debug logging
[jalview.git] / src / jalview / gui / SeqPanel.java
index 11ee700..6bc1ad8 100644 (file)
@@ -371,8 +371,10 @@ public class SeqPanel extends JPanel
       if (debug != null)
       {
         System.out.println(
-                String.format("%s: x %d labelWest %d charWidth %d ", debug,
-                x, seqCanvas.getLabelWidthWest(), charWidth));
+                String.format("%s: %s %d x %d labelWest %d charWidth %d ",
+                        debug, Thread.currentThread().getName(),
+                        System.currentTimeMillis(), x,
+                        seqCanvas.getLabelWidthWest(), charWidth));
       }
       if (x < 0)
       {