diff --git a/EduNetworkBuilder/NetworkLink.cs b/EduNetworkBuilder/NetworkLink.cs index 6ecb40e..015008c 100644 --- a/EduNetworkBuilder/NetworkLink.cs +++ b/EduNetworkBuilder/NetworkLink.cs @@ -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