Ignore:
Timestamp:
2008-05-23T13:50:34+12:00 (16 years ago)
Author:
ak19
Message:

Cosmetic change to method getResponseAsDOM() when logging the responses returned from the web services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3client/GS3JavaClient.java

    r15483 r15673  
    518518        // First let's print out the response to the LOG
    519519        // Note that the response is XML and will start on new line already
    520         LOG.debug(debugPrefix + response);
     520        LOG.debug(debugPrefix + "\n" + response);
    521521        // The following line when uncommented will output all response
    522522        // msgs coming back from the web services
    523         //System.out.println(debugPrefix + response);
     523        //System.out.println(debugPrefix + "\n" + response);
    524524               
    525525        // At present, assuming response is okay - later need to first look
Note: See TracChangeset for help on using the changeset viewer.