add size to logging output

This commit is contained in:
Mathieu Lacage
2007-10-24 16:43:09 +02:00
parent a80d3bcf38
commit ec31e714d6

View File

@@ -712,6 +712,7 @@ MacLow::ForwardDown (Packet const packet, WifiMacHeader const* hdr,
{
MY_DEBUG ("send " << hdr->GetTypeString () <<
", to=" << hdr->GetAddr1 () <<
", size=" << packet.GetSize () <<
", mode=" << txMode <<
", duration=" << hdr->GetDuration () <<
", seq=0x"<< std::hex << m_currentHdr.GetSequenceControl () << std::dec);