more logging

pull/66/head
Jeff Becker 6 years ago
parent b462090e9c
commit 1a410c4b22
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -78,7 +78,10 @@ namespace llarp
dst = pkt.dst();
pkt.UpdateIPv4PacketOnDst(m_IP, dst);
if(!m_Parent->QueueOutboundTraffic(std::move(pkt)))
{
llarp::LogError("failed to queue outbound traffic");
return false;
}
m_TxRate += buf.sz;
return true;
}

Loading…
Cancel
Save