missed one

cf 2f0bb7d448
This commit is contained in:
Michael Davidsaver
2017-11-16 11:18:13 -06:00
parent 5bcbc0d717
commit ba3b777978

View File

@@ -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();