diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 8a2921ddb..093bf1f76 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -194,8 +194,9 @@ msg.innerHTML = ''+ getTimestamp()+'['+name+']'+ ''; - // NOTE: relying on function error to have a "type" that all other msgs don't + // NOTE: relying on function error to have a "type" that all other msgs don't if (o.hasOwnProperty("type") && (o.type === "function")) { + msg.className = 'debug-message debug-message-level-20'; msg.innerHTML += '[function] : (error)'; } else { msg.innerHTML += ''+(o.topic?topic+' : ':'')+ @@ -284,11 +285,11 @@ border-left-color: #eee; border-right-color: #eee; } - .debug-message-level-warn { + .debug-message-level-30 { border-left-color: #ffdf9d; border-right-color: #ffdf9d; } - .debug-message-level-error { + .debug-message-level-20 { border-left-color: #f99; border-right-color: #f99; }