point-to-point-helper: Remove redundant information in log msg
This commit is contained in:
committed by
Tom Henderson
parent
cc50a0a3cb
commit
ae258175c8
@@ -82,8 +82,7 @@ PointToPointHelper::EnablePcapInternal(std::string prefix,
|
||||
Ptr<PointToPointNetDevice> device = nd->GetObject<PointToPointNetDevice>();
|
||||
if (!device)
|
||||
{
|
||||
NS_LOG_INFO("PointToPointHelper::EnablePcapInternal(): Device "
|
||||
<< device << " not of type ns3::PointToPointNetDevice");
|
||||
NS_LOG_INFO("Device " << device << " not of type ns3::PointToPointNetDevice");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -117,8 +116,7 @@ PointToPointHelper::EnableAsciiInternal(Ptr<OutputStreamWrapper> stream,
|
||||
Ptr<PointToPointNetDevice> device = nd->GetObject<PointToPointNetDevice>();
|
||||
if (!device)
|
||||
{
|
||||
NS_LOG_INFO("PointToPointHelper::EnableAsciiInternal(): Device "
|
||||
<< device << " not of type ns3::PointToPointNetDevice");
|
||||
NS_LOG_INFO("Device " << device << " not of type ns3::PointToPointNetDevice");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user