# HG changeset patch # User Mathieu Lacage # Date 1193236989 -7200 # Node ID 7e034c2a63d393887ec43f49b323de0a2b87cb22 # Parent df3bd08f1173e42dcfce28b838b2d04ea34ce0e7 add size to logging output diff -r df3bd08f1173 -r 7e034c2a63d3 src/devices/wifi/mac-low.cc --- a/src/devices/wifi/mac-low.cc Wed Oct 24 16:28:28 2007 +0200 +++ b/src/devices/wifi/mac-low.cc Wed Oct 24 16:43:09 2007 +0200 @@ -712,6 +712,7 @@ { 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);