JAL-629 refactor ArgParser and helper classes all to jalview.bin.argparser to remove...
[jalview.git] / src / jalview / io / FileLoader.java
index 971aba3..3b4cc31 100755 (executable)
@@ -288,6 +288,8 @@ public class FileLoader implements Runnable
   @Override
   public void run()
   {
+    System.out.println("######## Starting FileLoader.run()");
+    System.out.println("######## loading file " + file);
     String title = protocol == DataSourceType.PASTE
             ? "Copied From Clipboard"
             : file;