balance parens

This commit is contained in:
Seth Schoen 2012-08-13 00:38:38 -07:00
parent 4f0d86587e
commit 57a48d1c1d

View file

@ -329,7 +329,7 @@ class session(object):
self.kill()
r.failure.cause = reason
if uri: r.failure.URI = uri
self.log("Session from %s died for reason %s" % (web.ctx.ip, str(r.failure).split(":")[0].strip())
self.log("Session from %s died for reason %s" % (web.ctx.ip, str(r.failure).split(":")[0].strip()))
if uri: self.log("error URI: %s" % uri)
def handleclientfailure(self, m, r):