Revision: 19797
          http://sourceforge.net/p/gate/code/19797
Author:   markagreenwood
Date:     2016-11-25 12:52:38 +0000 (Fri, 25 Nov 2016)
Log Message:
-----------
make the exception visible

Modified Paths:
--------------
    gate/branches/sawdust2/gate-core/src/main/java/gate/gui/MainFrame.java

Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/gui/MainFrame.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/gui/MainFrame.java      
2016-11-25 11:28:20 UTC (rev 19796)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/gui/MainFrame.java      
2016-11-25 12:52:38 UTC (rev 19797)
@@ -2964,6 +2964,7 @@
             String message =
                     "There was an error when loading the " + name
                             + " application.";
+            error.printStackTrace();
             log.error(message, error);
           } finally {
             unlockGUI();

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to