projects
/
imoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812dca2
)
Fix misnamed parameter in log line
master
author
Drew Fisher
<drew.m.fisher@gmail.com>
Mon, 19 May 2014 04:26:29 +0000
(21:26 -0700)
committer
Drew Fisher
<drew.m.fisher@gmail.com>
Mon, 19 May 2014 04:26:29 +0000
(21:26 -0700)
reactornado/ribbon_passthrough.py
patch
|
blob
|
history
diff --git
a/reactornado/ribbon_passthrough.py
b/reactornado/ribbon_passthrough.py
index a384b589c7cdb8aed78a011f5018b081a7e4a094..1633cdc088d6ccc06aec08cba27a88a68e18fbae 100644
(file)
--- a/
reactornado/ribbon_passthrough.py
+++ b/
reactornado/ribbon_passthrough.py
@@
-88,7
+88,7
@@
class WSHandler(tornado.websocket.WebSocketHandler):
self.queue_message(message.encode("latin1"))
def on_close(self):
- log.info('connection closed: {}'.format(self.sess
ion
_id))
+ log.info('connection closed: {}'.format(self.sess_id))
# kill child ribbon
self.ribbon_subprocess.kill()
self.ribbon_subprocess.wait()