Skip to content

Commit ceba2f1

Browse files
committed
aodv: (fixes #1257) clarify NS_LOG message for RREP handling
1 parent 3dc1c5c commit ceba2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aodv/model/aodv-routing-protocol.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ RoutingProtocol::RecvReply(Ptr<Packet> p, Ipv4Address receiver, Ipv4Address send
16381638
RrepHeader rrepHeader;
16391639
p->RemoveHeader(rrepHeader);
16401640
Ipv4Address dst = rrepHeader.GetDst();
1641-
NS_LOG_LOGIC("RREP destination " << dst << " RREP origin " << rrepHeader.GetOrigin());
1641+
NS_LOG_LOGIC("Route destination " << dst << " Route origin " << rrepHeader.GetOrigin());
16421642

16431643
uint8_t hop = rrepHeader.GetHopCount() + 1;
16441644
rrepHeader.SetHopCount(hop);

0 commit comments

Comments
 (0)