From ba3b777978dbdfb40c59aa94742a41c08618e4b7 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 16 Nov 2017 11:18:13 -0600 Subject: [PATCH] missed one cf 2f0bb7d44882a36ade2eb48947aeca7eef69f575 --- src/remote/codec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 0311ecc..bb1d6cd 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -321,7 +321,7 @@ void AbstractCodec::processReadSegmented() { if (!notFirstSegment) { LOG(logLevelWarn, - "Not-a-first segmented message expected from the client at" + "Protocol Violation: Not-a-first segmented message expected from the client at" " %s:%d: %s, disconnecting...", __FILE__, __LINE__, inetAddressToString(*getLastReadBufferSocketAddress()).c_str()); invalidDataStreamHandler();