More diagnostic output improvements

This commit is contained in:
Jeff Parsons 2017-06-28 18:08:06 -07:00 committed by Jeff Parsons
commit 332cb084c6
29 changed files with 859 additions and 859 deletions

View file

@ -959,7 +959,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
@ -1103,7 +1103,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text