Tidied up some status messages

This commit is contained in:
Jeff Parsons 2017-01-25 14:18:19 -08:00 committed by Jeff Parsons
commit 94fd473b0a
13 changed files with 53 additions and 54 deletions

View file

@ -507,7 +507,7 @@ SerialPort.prototype.initConnection = function(fNullModem)
if (this.sendData) {
this.fNullModem = fNullModem;
this.updateStatus = exports['receiveStatus'];
this.status(this.idMachine + '.' + sSourceID + " connected to " + sTargetID);
this.status("Connected " + this.idMachine + '.' + sSourceID + " to " + sTargetID);
return;
}
}