summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-10 15:38:21 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-10 15:38:21 -0400
commit1f760626b532af15f8d8fd03f16f7c55b0c9ff50 (patch)
treeea00b2ab13d48e40a47ef937093a1cc34740d1d3 /www/js
parent9e413fd5ad408a2ddee3be2be7e0283574f587ee (diff)
nits
Former-commit-id: fa2da35e305a6b048ea807b20c61645c6ab1240c
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DataModel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 253c6926..88cd9663 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1037,7 +1037,7 @@ angular.module('zmApp.controllers')
if (serverFound)
{
- zmDebug ("Monitor " +monitors[i].Monitor.Id + " has a server hostname of " + multiservers[j].Server.Hostname);
+ zmDebug ("Monitor " +monitors[i].Monitor.Id + " has a recording server hostname of " + multiservers[j].Server.Hostname);
// Now here is the logic, I need to retrieve serverhostname,
// and slap on the host protocol and path. Meh.
@@ -1045,7 +1045,7 @@ angular.module('zmApp.controllers')
var p= URI.parse (loginData.streamingurl);
var s = URI.parse (multiservers[j].Server.Hostname);
- zmDebug ("server parsed is " + JSON.stringify(s));
+ zmDebug ("recording server parsed is " + JSON.stringify(s));
zmDebug ("portal parsed is " + JSON.stringify(p));
var st = "";