greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 15673

Show
Ignore:
Timestamp:
2008-05-23 13:50:34 (6 months ago)
Author:
ak19
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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