Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder
This commit is contained in:
commit
11e3fcfdd9
@ -331,7 +331,7 @@ namespace EduNetworkBuilder
|
|||||||
if(movingTo == null)
|
if(movingTo == null)
|
||||||
{
|
{
|
||||||
tPacket.AddMessage(DebugLevel.info, "Oops! We do not have anything at the end of the network wire. This should not happen!");
|
tPacket.AddMessage(DebugLevel.info, "Oops! We do not have anything at the end of the network wire. This should not happen!");
|
||||||
tPacket.Tracking.Status = hostname + " Nothing at far end of the wire. This should never happen..";
|
tPacket.Tracking.Status = hostname + string.Format(" Nothing at far end of the wire. This should never happen..");
|
||||||
tPacket.MyStatus = PacketStatus.finished_failed;
|
tPacket.MyStatus = PacketStatus.finished_failed;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -121,7 +121,7 @@ namespace EduNetworkBuilder
|
|||||||
sourceMAC = source;
|
sourceMAC = source;
|
||||||
destMAC = dest;
|
destMAC = dest;
|
||||||
OutboundDestMAC = dest;
|
OutboundDestMAC = dest;
|
||||||
Tracking.AddMessage(DebugLevel.info, start, theType.ToString() + "Packet Created");
|
Tracking.AddMessage(DebugLevel.info, start, theType.ToString() + string.Format("Packet Created"));
|
||||||
Tracking.AddMessage(DebugLevel.routing, start, string.Format(" MAC: {0} -> {1}", source, dest));
|
Tracking.AddMessage(DebugLevel.routing, start, string.Format(" MAC: {0} -> {1}", source, dest));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user