JAL-3141 One more error log fix
[jalview.git] / src / jalview / io / FileLoader.java
index 791f881..3afbaad 100755 (executable)
@@ -193,6 +193,9 @@ public class FileLoader implements Runnable
         Thread.sleep(500);
       } catch (Exception ex)
       {
+        System.out.println(
+                "Exception caught while waiting for FileLoader thread");
+        ex.printStackTrace();
       }
     }