Tidied up some status messages
This commit is contained in:
parent
da186dd540
commit
94fd473b0a
13 changed files with 53 additions and 54 deletions
|
|
@ -397,7 +397,7 @@ class SerialPort8080 extends Component {
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue