src/devices/wifi/mac-low.cc
changeset 3746 524b07b47f32
parent 3659 653395340b5c
child 3906 01acc159ffb1
--- a/src/devices/wifi/mac-low.cc	Thu Oct 16 09:48:47 2008 +0200
+++ b/src/devices/wifi/mac-low.cc	Thu Oct 16 10:25:55 2008 +0200
@@ -1055,7 +1055,7 @@
 void
 MacLow::SendCtsAfterRts (Mac48Address source, Time duration, WifiMode rtsTxMode, double rtsSnr)
 {
-  NS_LOG_FUNCTION (this);
+  NS_LOG_FUNCTION (this << source << duration << rtsTxMode << rtsSnr);
   /* send a CTS when you receive a RTS 
    * right after SIFS.
    */