Clarify radvd log output

This commit is contained in:
Tommaso Pecorella
2015-01-25 06:58:42 +01:00
parent 733c4ece17
commit 176f9722ea

View File

@@ -273,7 +273,7 @@ void Radvd::Send (Ptr<RadvdInterface> config, Ipv6Address dst, bool reschedule)
delay = MAX_INITIAL_RTR_ADVERT_INTERVAL;
}
NS_LOG_INFO ("Reschedule in " << delay);
NS_LOG_INFO ("Reschedule in " << delay << " milliseconds");
Time t = MilliSeconds (delay);
m_unsolicitedEventIds[config->GetInterface ()] = Simulator::Schedule (t, &Radvd::Send, this, config, Ipv6Address::GetAllNodesMulticast (), true);
}