Ignore:
Timestamp:
2013-09-10T14:44:53+12:00 (11 years ago)
Author:
sjm84
Message:

Changed an error to a debug as it is not really an error

File:
1 edited

Legend:

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

    r27617 r28248  
    201201        {
    202202            // now Receptionist forwards non-page requests straight to the MR, and returns the responses
    203             logger.error(" request type is not '" + GSXML.REQUEST_TYPE_PAGE + "', but it is '" + type + "', so forwarding the message to the MR!");
     203            logger.debug(" request type is not '" + GSXML.REQUEST_TYPE_PAGE + "', but it is '" + type + "', so forwarding the message to the MR!");
    204204            // process the whole message - mr needs <message> tags, and
    205205            // in this case, there may be more than one request in the message
Note: See TracChangeset for help on using the changeset viewer.