Issue #1544 - Identifying context that JSR-356 was disabled for in configuration

This commit is contained in:
Joakim Erdfelt 2017-05-18 14:03:16 -07:00
parent fc6ca37c77
commit 9b4bfbc680
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class WebSocketServerContainerInitializer implements ServletContainerInit
{
if(!isEnabledViaContext(context, ENABLE_KEY, true))
{
LOG.info("JSR-356 is disabled by configuration");
LOG.info("JSR-356 is disabled by configuration for context {}", context.getContextPath());
return;
}