Changeset 7824


Ignore:
Timestamp:
2004-07-29T09:26:10+12:00 (20 years ago)
Author:
kjdon
Message:

changed one of the configure messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/core/MessageRouter.java

    r6695 r7824  
    576576            // need to reconfigure the MR
    577577            this.configure();
    578             Element s = GSXML.createTextElement(this.doc, GSXML.STATUS_ELEM,  "mr reconfigured");
     578            Element s = GSXML.createTextElement(this.doc, GSXML.STATUS_ELEM,  "MessageRouter reconfigured successfully");
    579579            response.appendChild(s);
    580580           
Note: See TracChangeset for help on using the changeset viewer.