summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index ef94d5b3..48745f99 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -2706,6 +2706,7 @@ angular.module('zmApp.controllers')
// send the right list of monitors after registration
// token
getMonitorsNow: function () {
+ debug ('getMonitorsNow: returning '+monitors.length+' monitors');
return monitors;
},