Revision 10100
Added by Jing Tao almost 8 years ago
src/edu/ucsb/nceas/metacat/restservice/v2/MNResourceHandler.java | ||
---|---|---|
219 | 219 |
// get the rest of the path info |
220 | 220 |
String extra = null; |
221 | 221 |
|
222 |
logMetacat.debug("handling verb " + httpVerb + " request with resource '" + resource + "'");
|
|
222 |
logMetacat.info("MNResourceHandler.handle - V2 handling verb " + httpVerb + " request with resource '" + resource + "'");
|
|
223 | 223 |
logMetacat.debug("resource: '" + resource + "'"); |
224 | 224 |
boolean status = false; |
225 | 225 |
|
... | ... | |
1689 | 1689 |
|
1690 | 1690 |
MNodeService.getInstance(request).updateSystemMetadata(session, pid, systemMetadata); |
1691 | 1691 |
} |
1692 |
|
|
1693 |
|
|
1692 | 1694 |
|
1693 | 1695 |
} |
Also available in: Unified diff
Add the version information on a log statement.