Fix small typo

This commit is contained in:
Tom Henderson
2007-12-26 20:08:48 -08:00
parent 3f5d7030cb
commit 77f8c5cbf2

View File

@@ -299,7 +299,7 @@ void PointToPointNetDevice::AddQueue (Ptr<Queue> q)
void PointToPointNetDevice::AddReceiveErrorModel (Ptr<ErrorModel> em)
{
NS_LOG_FUNCTION;
NS_LOG_PARAM ("(" << em << ")");
NS_LOG_PARAMS ("(" << em << ")");
m_receiveErrorModel = em;
AddInterface (em);