From ec31e714d6dfa0484cf2972ceac62907f4fbbcda Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 24 Oct 2007 16:43:09 +0200 Subject: [PATCH] add size to logging output --- src/devices/wifi/mac-low.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index 92c0a4711..b38b3a696 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -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);