Changeset 21662 for main/trunk


Ignore:
Timestamp:
2010-01-27T14:19:54+13:00 (14 years ago)
Author:
kjdon
Message:

add the stack trace to the error output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/ServiceRack.java

    r16688 r21662  
    241241               
    242242            } catch (Exception e) {
    243                 logger.error("Trying to call a processService type method (process"+to+") on a subclass("+this.getClass().getName()+"), but an exception happened:"+e.toString());
     243              logger.error("Trying to call a processService type method (process"+to+") on a subclass("+this.getClass().getName()+"), but an exception happened:"+e.toString(), e);
     244               
    244245                error_string.append("Trying to call a processService type method (process"+to+") on a subclass("+this.getClass().getName()+"), but an exception happened:"+e.toString());
    245246            }
Note: See TracChangeset for help on using the changeset viewer.