From 03e30ab15c87d82811ac2b1e94366e0176a9f699 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 5 Apr 2018 17:11:49 +0200 Subject: [PATCH] Typo fix --- .../registration/remote/RegistrationRemoteHandlerClientTCP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/network/connection/registration/remote/RegistrationRemoteHandlerClientTCP.java b/src/dorkbox/network/connection/registration/remote/RegistrationRemoteHandlerClientTCP.java index 12686381..ed631e81 100644 --- a/src/dorkbox/network/connection/registration/remote/RegistrationRemoteHandlerClientTCP.java +++ b/src/dorkbox/network/connection/registration/remote/RegistrationRemoteHandlerClientTCP.java @@ -39,7 +39,7 @@ class RegistrationRemoteHandlerClientTCP extends RegistrationRemoteHandlerClient void channelActive(final ChannelHandlerContext context) throws Exception { super.channelActive(context); - logger.trace("Start new TCP Connection. Sending request to server"); + logger.trace("Starting a new TCP Connection. Sending request to server"); Registration registration = new Registration(0); registration.publicKey = this.registrationWrapper.getPublicKey();