Ignore:
Timestamp:
2011-06-27T11:08:35+12:00 (13 years ago)
Author:
sjb48
Message:

Working on document-level format editting

File:
1 edited

Legend:

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

    r24010 r24203  
    426426       
    427427    String xslt_file = getXSLTFileName(action, subaction, collection);
     428    logger.error("I am looking for the XSLT file for action "+action+", subaction "+subaction+" and collection "+collection);
     429    logger.error("The XSLT file I have found is "+xslt_file);
    428430    if (xslt_file==null) {
    429431      // returning file not found error page to indicate which file is missing
     
    771773  protected String getXSLTFileName(String action, String subaction,
    772774                   String collection) {
     775    logger.error("getXSLTFileName: I am looking for the XSLT file for action "+action+", subaction "+subaction+" and collection "+collection);
    773776
    774777    String name = null;
Note: See TracChangeset for help on using the changeset viewer.