diff --git a/web/js/MonitorStream.js b/web/js/MonitorStream.js index 1f013a45d..a9c1037d6 100644 --- a/web/js/MonitorStream.js +++ b/web/js/MonitorStream.js @@ -201,7 +201,7 @@ function MonitorStream(monitorData) { } //console.trace("setScale", stream, newscale, width, height, param); if (height == '0px') { - console.error("Don't want to set 0px height. Reverting to auto"); + console.log("Don't want to set 0px height. Reverting to auto"); height = 'auto'; }