X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd49f9d0ff63334f76e12446cd8076edef85c508..c5f8dbbcfb10a8a1c797d0fe1671d7f7698cf6cd:/src/kernel/resource/models/network_ns3.cpp diff --git a/src/kernel/resource/models/network_ns3.cpp b/src/kernel/resource/models/network_ns3.cpp index 0ba9186898..b2064421aa 100644 --- a/src/kernel/resource/models/network_ns3.cpp +++ b/src/kernel/resource/models/network_ns3.cpp @@ -404,7 +404,7 @@ double NetworkNS3Model::next_occurring_event(double sg_time) } double ns3_time = ns3::Simulator::GetNextEventTime().GetSeconds(); - XBT_DEBUG("NS3 tells that the next occuring event is at %f (it's %f in simgrid), so NS3 returns a delta of %f.", + XBT_DEBUG("NS3 tells that the next occuring event is at %f (it's %f in SimGrid), so NS3 returns a delta of %f.", ns3_time, sg_time, ns3_time - sg_time); return ns3_time - sg_time; }