Revision: 20280
          http://sourceforge.net/p/gate/code/20280
Author:   ian_roberts
Date:     2017-12-05 00:34:15 +0000 (Tue, 05 Dec 2017)
Log Message:
-----------
Better logging from index upgrader

Modified Paths:
--------------
    
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/LocalIndexController.groovy

Modified: 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/LocalIndexController.groovy
===================================================================
--- 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/LocalIndexController.groovy
     2017-12-04 22:58:58 UTC (rev 20279)
+++ 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/LocalIndexController.groovy
     2017-12-05 00:34:15 UTC (rev 20280)
@@ -63,7 +63,7 @@
         localIndexService.upgradeIndex(localIndexInstance)
         flash.message = "Index converted"
       } catch (Exception e) {
-        log.error(e)
+        log.error('Error upgrading index', e)
         flash.message = "There was an error while trying to convert the index."
       }
       redirect(action:'show', params:[id:localIndexInstance.id])

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to