Minor typo

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-04-27 08:27:31 -05:00
parent dff0f0544b
commit 57b9f2ef22
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class PerMessageDeflateExtension extends CompressExtension
}
}
LOG.debug("config: outgoingContextTakover={}, incomingContextTakeover={} : {}", outgoingContextTakeover, incomingContextTakeover, this);
LOG.debug("config: outgoingContextTakeover={}, incomingContextTakeover={} : {}", outgoingContextTakeover, incomingContextTakeover, this);
super.setConfig(configNegotiated);
}