Changeset 39007


Ignore:
Timestamp:
2024-05-09T14:23:14+12:00 (2 weeks ago)
Author:
kjdon
Message:

commented out an unhelpful message which made it seem like something bad was happening when actually it wasn't

File:
1 edited

Legend:

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

    r38844 r39007  
    7676    request.setAttribute(GSXML.SUBACTION_ATT, page_name);
    7777    }
    78 
     78     
    7979    Element result = doc.createElement(GSXML.MESSAGE_ELEM);
    8080    Element response;
     
    392392    if (c1 != null && c2 != null && c1.getAttribute(GSXML.NAME_ATT).endsWith(c2.getAttribute(GSXML.NAME_ATT)))
    393393      {
    394         //add the new data into the original element
    395394        GSXML.mergeElements(c1, c2);
    396395      }
    397     else
    398       {
    399         logger.debug(" response does not correspond to request!");
    400       }
     396    //else
     397        //{
     398            // If eg a service returns an empty response for a describe request, then we get to here.
     399            // its ok, lets not print lots of uninformative log messages about it
     400//      logger.debug(" response does not correspond to request!");
     401        //}
    401402
    402403      }
Note: See TracChangeset for help on using the changeset viewer.