Issue #3162 - correcting typo
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
85f74f198a
commit
e0f4e5a32a
|
@ -145,7 +145,7 @@ public final class RFC6455Handshaker implements Handshaker
|
|||
// Check for handler
|
||||
if (handler == null)
|
||||
{
|
||||
LOG.warn("not upgraded: no channel {}", baseRequest);
|
||||
LOG.warn("not upgraded: no frame handler provided {}", baseRequest);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue