diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 10:44:23 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 10:44:23 -0400 |
| commit | 4e0ba58404c69166f029e5446ebcbb9e298746d6 (patch) | |
| tree | ea5cef3e15422d60704cdd8809763cd7c5d1303f /www/js/MontageCtrl.js | |
| parent | 8885681682a92c6efc16cbeab177f577094d75f5 (diff) | |
fixes #829
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index c2bc8d3b..60b49541 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -686,7 +686,7 @@ angular.module('zmApp.controllers') }, function (err) { - NVR.debug ("event status load failed: "+JSON.stringify(data)); + NVR.debug ("event status load failed: "+JSON.stringify(err)); }); |
