Include connKey is debug line

This commit is contained in:
Isaac Connor
2022-05-31 13:57:41 -04:00
parent 52f6be7319
commit dd3ee2247d

View File

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