From: Matteo Nastasi Date: Tue, 31 Jul 2012 13:13:37 +0000 (+0200) Subject: add session into the watchdog client side log X-Git-Tag: v4.0.0~70 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a9b42c350cd1a881b72aa6d1983a9d5600a2c6df;hp=eeed19fc23d5a81360ea375cf8b37e2082157107;p=brisk.git add session into the watchdog client side log --- 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 +}