packet cleanup strings for translation

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

View File

@ -121,7 +121,7 @@ namespace EduNetworkBuilder
sourceMAC = source;
destMAC = 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));
}
else