summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-10-20 07:41:34 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-10-20 07:41:34 -0400
commit920301a1d601b9d3512c1f58031a8b79ee48c4a5 (patch)
tree827798a00d5d322d75c4e48ac61750d0fd153ea9 /www/js
parent49240edcb51f7ce6465ad302446329f552a4b963 (diff)
#850 conf -> err
Diffstat (limited to 'www/js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 69626d66..1473cd9b 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -961,7 +961,7 @@ angular.module('zmApp', [
},
function (err) {
- NVR.debug("Auth Hash error: " + JSON.stringify(conf));
+ NVR.debug("Auth Hash error: " + JSON.stringify(err));
});
}