diff --git a/src/devices/point-to-point/point-to-point-net-device.cc b/src/devices/point-to-point/point-to-point-net-device.cc index 8048f8943..52a8bfb28 100644 --- a/src/devices/point-to-point/point-to-point-net-device.cc +++ b/src/devices/point-to-point/point-to-point-net-device.cc @@ -299,7 +299,7 @@ void PointToPointNetDevice::AddQueue (Ptr q) void PointToPointNetDevice::AddReceiveErrorModel (Ptr em) { NS_LOG_FUNCTION; - NS_LOG_PARAM ("(" << em << ")"); + NS_LOG_PARAMS ("(" << em << ")"); m_receiveErrorModel = em; AddInterface (em);