Project

General

Profile

« Previous | Next » 

Revision 6631

Added by Chris Jones over 12 years ago

Add debugging code to MNodeService.getReplica().

View differences:

MNodeService.java
926 926

  
927 927
        logMetacat.info("MNodeService.getReplica() called.");
928 928

  
929
        logMetacat.info("MNodeService.getReplica() called with parameters: \n" +
930
             "\tSession.Subject      = " + session.getSubject().getValue() + "\n" +
931
             "\tIdentifier           = " + pid.getValue());
932

  
929 933
        InputStream inputStream = null; // bytes to be returned
930 934
        handler = new MetacatHandler(new Timer());
931 935
        boolean allowed = false;

Also available in: Unified diff