X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming.js;h=0cbf36b7852cca1a363707801e531af73120a1c9;hb=2a82f64f7c99c99b0c38fa2911ddfda0b6609ae7;hp=aa88cf015b438c8760ce49764d4fe578f1aecade;hpb=eeed19fc23d5a81360ea375cf8b37e2082157107;p=brisk.git 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 +}