From 78348bbc58bb679f5d3173980df17719f2217c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 17 Jul 2017 11:44:09 +0200 Subject: [PATCH] wifi: Extend trace for RegularWifiMac::ForwardUp --- src/wifi/model/regular-wifi-mac.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }