src/devices/point-to-point/point-to-point-net-device.cc
changeset 2203 a83b182ea948
parent 1874 913fc51f15cf
child 2258 666099a753e0
--- a/src/devices/point-to-point/point-to-point-net-device.cc	Wed Dec 26 13:02:09 2007 -0800
+++ b/src/devices/point-to-point/point-to-point-net-device.cc	Wed Dec 26 20:08:48 2007 -0800
@@ -299,7 +299,7 @@
 void PointToPointNetDevice::AddReceiveErrorModel (Ptr<ErrorModel> em)
 {
   NS_LOG_FUNCTION;
-  NS_LOG_PARAM ("(" << em << ")");
+  NS_LOG_PARAMS ("(" << em << ")");
 
   m_receiveErrorModel = em;
   AddInterface (em);