diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 3c1dda0..0311ecc 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -197,8 +197,8 @@ void AbstractCodec::processReadNormal() { if (_payloadSize == 0) continue; - LOG(logLevelWarn, - "Not-a-first segmented message received in normal mode" + LOG(logLevelError, + "Protocol Violation: Not-a-first segmented message received in normal mode" " from the client at %s:%d: %s, disconnecting...", __FILE__, __LINE__, inetAddressToString(*getLastReadBufferSocketAddress()).c_str()); invalidDataStreamHandler();