Changeset 37471 for main


Ignore:
Timestamp:
2023-03-13T10:11:41+13:00 (14 months ago)
Author:
davidb
Message:

small tweak to logger message to make what is happening with 'collection' clearer in terms of the value it is set to

File:
1 edited

Legend:

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

    r37098 r37471  
    738738        if (page_xsl == null)
    739739        {
    740           logger.error("Couldn't find and/or load the stylesheet ("+page_xsl_filename+") for a="+action+", sa="+subaction+", in collection "+collection);
    741           return XMLTransformer.constructErrorXHTMLPage("Couldn't find and/or load the stylesheet \""+page_xsl_filename+"\" for a="+action+", sa="+subaction+", in collection "+collection);
     740          logger.error("Couldn't find and/or load the stylesheet ("+page_xsl_filename+") for a="+action+", sa="+subaction+", in collection="+collection);
     741          return XMLTransformer.constructErrorXHTMLPage("Couldn't find and/or load the stylesheet \""+page_xsl_filename+"\" for a="+action+", sa="+subaction+", in collection="+collection);
    742742        }
    743743
Note: See TracChangeset for help on using the changeset viewer.