From 77f8c5cbf2a17949dcd5e905018c7dfc072ed118 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 26 Dec 2007 20:08:48 -0800 Subject: [PATCH] Fix small typo --- src/devices/point-to-point/point-to-point-net-device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);