Reduce debug logging

This commit is contained in:
Isaac Connor
2025-02-19 20:53:20 -05:00
parent 727e1fe5bb
commit 3be4e1440e

View File

@@ -509,8 +509,7 @@ ZMLockedPacket *PacketQueue::get_packet(packetqueue_iterator *it) {
Error("Null p?!");
return nullptr;
}
Debug(3, "get_packet using it %p locking index %d",
std::addressof(*it), p->image_index);
Debug(4, "get_packet using it %p trylocking packet %d", std::addressof(*it), p->image_index);
lp = new ZMLockedPacket(p);
if (lp->trylock()) {