Skip to content

Commit f35212b

Browse files
committed
copy
1 parent c892050 commit f35212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/fusionauth/http/server/internal/HTTPWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void run() {
261261
if (Thread.currentThread().isInterrupted()) {
262262
logger.debug("[{}] Closing socket. Server is shutting down.", Thread.currentThread().threadId());
263263
} else {
264-
logger.debug("[{}] Closing socket. The socket by a client, proxy or otherwise.", Thread.currentThread().threadId());
264+
logger.debug("[{}] Closing socket. The socket was closed by a client, proxy or otherwise.", Thread.currentThread().threadId());
265265
}
266266
closeSocketOnly(CloseSocketReason.Expected);
267267
} catch (IOException e) {

0 commit comments

Comments
 (0)