author | Tom Henderson <tomh@tomh.org> |
Wed, 26 Dec 2007 20:08:48 -0800 | |
changeset 2203 | a83b182ea948 |
parent 2202 | 42df2e81ae64 |
child 2204 | 4d23c1277c9c |
src/devices/point-to-point/point-to-point-net-device.cc | file | annotate | diff | comparison | revisions |
--- 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);