summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index d4249b31..8b282aee 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1903,7 +1903,7 @@ angular.module('zmApp.controllers')
req = req + "&auth=" + myauthtoken;
// req = req + "&command=17";
- debug("DataModel: Pausing live stream ck:" + ck+" for "+name);
+ debug("DataModel: Pausing live stream ck:" + ck+" for "+name + " url:"+url);
return $http.get(req + "&command=1")
.then(
function (s) {