One change ;-).

This commit is contained in:
Peter Wilson 2015-11-19 12:31:30 -06:00
parent 11e3fcfdd9
commit 7ac4610b02

View File

@ -2233,7 +2233,7 @@ namespace EduNetworkBuilder
if (tPacket.MyType == PacketType.dhcp_request && !isDHCPServer)
{
tPacket.AddMessage(DebugLevel.debug, hostname + string.Format(NB.Translate("ND_DoInFromLnkDeaf")));
tPacket.Tracking.Status = hostname + string.Format(NB.Translate("ND_DoInFromLnkNoDHCP");
tPacket.Tracking.Status = hostname + string.Format(NB.Translate("ND_DoInFromLnkNoDHCP"));
tPacket.MyStatus = PacketStatus.finished_failed;
return;
}