From dd3ee2247da59dc11ece90c6601ecaa0bcfaf9f0 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 31 May 2022 13:57:41 -0400 Subject: [PATCH] Include connKey is debug line --- 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 5599c7506..e45be606d 100644 --- a/web/js/MonitorStream.js +++ b/web/js/MonitorStream.js @@ -44,7 +44,7 @@ function MonitorStream(monitorData) { }; this.img_onload = function() { if (!this.streamCmdTimer) { - console.log('Image stream has loaded! starting streamCmd'); + console.log('Image stream has loaded! starting streamCmd for '+this.connKey); this.streamCmdTimer = setTimeout(this.streamCmdQuery.bind(this), statusRefreshTimeout); } };