Changeset 24212
- Timestamp:
- 2011-06-29T13:44:01+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java
r24203 r24212 426 426 427 427 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);430 428 if (xslt_file==null) { 431 429 // returning file not found error page to indicate which file is missing … … 773 771 protected String getXSLTFileName(String action, String subaction, 774 772 String collection) { 775 logger.error("getXSLTFileName: I am looking for the XSLT file for action "+action+", subaction "+subaction+" and collection "+collection);776 773 777 774 String name = null;
Note:
See TracChangeset
for help on using the changeset viewer.