From a15fb72b6f16cc7ad08fc8c10c6bd87e144369a1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 19 Dec 2025 12:06:12 -0500 Subject: [PATCH] error => debug --- web/js/MonitorStream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }