mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 21:09:13 +00:00
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…
x
Reference in New Issue
Block a user