More diagnostic output improvements
This commit is contained in:
parent
beedb0a550
commit
332cb084c6
29 changed files with 859 additions and 859 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue