Ignore:
Timestamp:
Mar 10, 2011, 1:34:15 PM (13 years ago)
Author:
robert@…
Message:

Solved issue #351

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/query/AdvancedQueryController.groovy

    r1617 r1618  
    637637                        } catch( Exception e ) {
    638638                                // Exception is thrown when the call to the module fails. No problems though.
    639                                 //log.error "Error while fetching possible actions from " + module.name + ": " + e.getMessage()
    640                                 e.printStackTrace()
    641                                 throw e
     639                                log.error "Error while fetching possible actions from " + module.name + ": " + e.getMessage()
    642640                        }
    643641                }
Note: See TracChangeset for help on using the changeset viewer.