network link cleanup for translation
This commit is contained in:
parent
b2662c6aba
commit
827622100f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user