wifi: Extend trace for RegularWifiMac::ForwardUp

This commit is contained in:
Sébastien Deronne
2017-07-17 11:44:09 +02:00
parent ab1ee5d8d5
commit 78348bbc58

View File

@@ -878,7 +878,7 @@ RegularWifiMac::SupportsSendFrom (void) const
void
RegularWifiMac::ForwardUp (Ptr<Packet> packet, Mac48Address from, Mac48Address to)
{
NS_LOG_FUNCTION (this << packet << from);
NS_LOG_FUNCTION (this << packet << from << to);
m_forwardUp (packet, from, to);
}