diff --git a/src/node/node.cc b/src/node/node.cc index dcb33ea39..9cecbab14 100644 --- a/src/node/node.cc +++ b/src/node/node.cc @@ -241,7 +241,10 @@ bool Node::ReceiveFromDevice (Ptr device, Ptr packet, uint16_t protocol, const Address &from, const Address &to, NetDevice::PacketType packetType, bool promiscuous) { - NS_LOG_FUNCTION(device->GetName ()); + NS_LOG_DEBUG("Node " << GetId () << " ReceiveFromDevice: dev " + << device->GetIfIndex () << " (" + << device->GetName () << " type " << device->GetInstanceTypeId ().GetName () + << ") Packet UID " << packet->GetUid ()); bool found = false; for (ProtocolHandlerList::iterator i = m_handlers.begin ();