JAL-629 Commands more objecty, less classy. FileLoader with sync option (or rather...
[jalview.git] / src / jalview / gui / Desktop.java
index 7b4af59..ba7665b 100644 (file)
@@ -1436,6 +1436,7 @@ public class Desktop extends jalview.jbgui.GDesktop
     // this will run the shutdownHook but QuitHandler.getQuitResponse() should
     // not run a second time if gotQuitResponse flag has been set (i.e. user
     // confirmed quit of some kind).
+    System.out.println("Desktop exiting.");
     System.exit(0);
   }