--- a/src/dsr/model/dsr-rsendbuff.cc Fri Jan 27 15:15:48 2012 -0800
+++ b/src/dsr/model/dsr-rsendbuff.cc Sun May 06 20:52:24 2012 -0700
@@ -56,7 +56,7 @@
!= m_sendBuffer.end (); ++i)
{
NS_LOG_INFO ("packet id " << i->GetPacket ()->GetUid () << " " << entry.GetPacket ()->GetUid ()
- << " dst " << i->GetDestination () << " " << entry.GetDestination ());
+ << " dst " << i->GetDestination () << " " << entry.GetDestination ());
if ((i->GetPacket ()->GetUid () == entry.GetPacket ()->GetUid ())
&& (i->GetDestination () == entry.GetDestination ()))