put Orphaned frame msg under DEBUG

unstable
Tom Early 4 years ago
parent 77cf87cc54
commit 721579fef4

@ -140,11 +140,13 @@ void CProtocol::OnDvFramePacketIn(std::unique_ptr<CDvFramePacket> &Frame, const
stream->Push(std::move(Frame));
stream->Unlock();
}
#ifdef DEBUG
else
{
std::cout << "Orphaned Frame with ID " << Frame->GetStreamId() << " on " << *Ip << std::endl;
Frame.reset();
}
#endif
}
////////////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save

Powered by TurnKey Linux.