mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-02 05:06:41 -04:00
Include connKey is debug line
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user