error => debug

This commit is contained in:
Isaac Connor
2025-12-19 12:06:12 -05:00
parent 254fd58c40
commit a15fb72b6f

View File

@@ -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';
}