network link cleanup for translation

This commit is contained in:
Tim Young 2015-11-19 12:03:03 -05:00
parent b2662c6aba
commit 827622100f
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ namespace EduNetworkBuilder
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.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;
}
else