diff --git a/src/wifi/model/regular-wifi-mac.cc b/src/wifi/model/regular-wifi-mac.cc index d83f31fc8..0cba59a7c 100644 --- a/src/wifi/model/regular-wifi-mac.cc +++ b/src/wifi/model/regular-wifi-mac.cc @@ -878,7 +878,7 @@ RegularWifiMac::SupportsSendFrom (void) const void RegularWifiMac::ForwardUp (Ptr packet, Mac48Address from, Mac48Address to) { - NS_LOG_FUNCTION (this << packet << from); + NS_LOG_FUNCTION (this << packet << from << to); m_forwardUp (packet, from, to); }