proper use of log macros in lte-net-device.cc

This commit is contained in:
Nicola Baldo
2012-01-27 18:00:35 +01:00
parent bcc722f219
commit 28c14f53a7

View File

@@ -238,8 +238,7 @@ LteNetDevice::IsBridge (void) const
Address
LteNetDevice::GetMulticast (Ipv4Address multicastGroup) const
{
NS_LOG_FUNCTION (this);
NS_LOG_FUNCTION (multicastGroup);
NS_LOG_FUNCTION (this << multicastGroup);
Mac48Address ad = Mac48Address::GetMulticast (multicastGroup);