diff --git a/src/connection.cpp b/src/connection.cpp index 2f9339e6a..bd0d872ca 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -2143,7 +2143,9 @@ void ConnectionReceiveThread::receive() LOG(derr_con<getDesc() <<"Receive(): Invalid incoming packet, " <<"size: " << received_size - <<", protocol: " << readU32(&packetdata[0]) <= 4) ? readU32(&packetdata[0]) : -1) + << std::endl); continue; }