iterator at the beginning is ok, make it a debug

This commit is contained in:
Isaac Connor
2025-02-15 18:32:16 -05:00
parent 376052684d
commit e38e88f2d9

View File

@@ -295,7 +295,7 @@ void PacketQueue::clearPackets(const std::shared_ptr<ZMPacket> &add_packet) {
if (!packet_lock.trylock()) break;
if (is_there_an_iterator_pointing_to_packet(zm_packet)) {
Warning("Found iterator at beginning of queue. Some thread isn't keeping up");
Debug(1, "Found iterator at beginning of queue.");
break;
}