Improve comments

This commit is contained in:
jlewin 2014-10-21 14:56:19 -07:00
parent 0690ce4bfd
commit ea5466ba78

View file

@ -1426,6 +1426,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
}
else
{
// If the serial port isn't avaiable (i.e. the specified port name wasn't found in GetPortNames()) or the serial
// port is already opened in another instance or process, then report the connection problem back to the user
connectionFailureMessage = (serialPortIsAlreadyOpen ?
LocalizedString.Get("Port already in use") :
LocalizedString.Get("Port not found"));