Ignore:
Timestamp:
2009-05-28T15:15:48+12:00 (15 years ago)
Author:
shaoqun
Message:

clean up debugging code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/action/DocumentAction.java

    r16688 r19639  
    587587        String service_name = (String)previous_params.get(GSParams.SERVICE);
    588588    if (service_name == null || !service_name.endsWith("Query")) { // hack for now - we only do highlighting if we were in a query last - ie not if we were in a browse thingy
    589         logger.error("invalid service, not doing highlighting");
     589        logger.debug("invalid service, not doing highlighting");
    590590        return dc_response_doc_content;
    591591    }
Note: See TracChangeset for help on using the changeset viewer.