Ignore:
Timestamp:
2010-12-07T17:05:38+13:00 (13 years ago)
Author:
sjb48
Message:

FormatAction constructs message containing format string that is sent to the collection. The message knows the service, and if it is the browse service, then it also knows the classifer list number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/Receptionist.java

    r23360 r23405  
    234234
    235235    logger.debug("receptionist returned response");
    236     logger.error("receptionist returned response");
     236    //logger.error("receptionist returned response");
    237237    logger.debug(this.converter.getString(resulting_page));
    238     logger.error(this.converter.getString(resulting_page));
     238    //logger.error(this.converter.getString(resulting_page));
    239239//    logger.info("receptionist returned response");
    240240//    logger.info(this.converter.getString(resulting_page));
Note: See TracChangeset for help on using the changeset viewer.