Issue #3162 - correcting typo

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-12-03 17:32:10 -06:00
parent 85f74f198a
commit e0f4e5a32a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}