add size to logging output
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 24 Oct 2007 16:43:09 +0200
changeset 2024 7e034c2a63d3
parent 2023 df3bd08f1173
child 2025 db1dcbab649f
add size to logging output
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);