diff options
Diffstat (limited to 'www/js')
| -rwxr-xr-x | www/js/app.js | 2 |
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)); }); } |
