Revision 5150
Added by daigle about 15 years ago
src/edu/ucsb/nceas/metacat/service/SessionService.java | ||
---|---|---|
151 | 151 |
"unregister a session with null id"); |
152 | 152 |
} |
153 | 153 |
|
154 |
logMetacat.error("SessionService.unRegisterSession - unRegistering session: " + sessionId);
|
|
154 |
logMetacat.info("SessionService.unRegisterSession - unRegistering session: " + sessionId);
|
|
155 | 155 |
sessionHash.remove(sessionId); |
156 | 156 |
} |
157 | 157 |
|
Also available in: Unified diff
change unregister error message to be an info message