From a9b42c350cd1a881b72aa6d1983a9d5600a2c6df Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Tue, 31 Jul 2012 15:13:37 +0200 Subject: [PATCH] add session into the watchdog client side log --- web/xynt-http-streaming.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index aa88cf0..0cbf36b 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -93,7 +93,7 @@ http_streaming.prototype = { if (this.sandbox != null) { // from old: var zug = "POLL sess = "+sess+" stat = "+stat+" subst = "+subst+" step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new+" STOP: "+this.stopped; - var zug = "WATCHDOG step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new; + var zug = "WATCHDOG sess = ["+this.sess+"] step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new; if (zug != this.sandbox.innerHTML) this.sandbox.innerHTML = zug; } @@ -274,4 +274,4 @@ http_streaming.prototype = { return (this.console.log(s)); } } -} \ No newline at end of file +} -- 2.17.1