Revision 6631
Added by Chris Jones about 13 years ago
src/edu/ucsb/nceas/metacat/dataone/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
Add debugging code to MNodeService.getReplica().