diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index 35eeb6636..e36f15738 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -1055,7 +1055,7 @@ MacLow::GetStation (Mac48Address ad) const 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. */