mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
even nicer logging :-)
This commit is contained in:
parent
57a48d1c1d
commit
4847670654
1 changed files with 2 additions and 1 deletions
|
|
@ -329,7 +329,8 @@ 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("from: %s" % web.ctx.ip)
|
||||
self.log("died: %s" % str(r.failure).split(":")[1].strip())
|
||||
if uri: self.log("error URI: %s" % uri)
|
||||
|
||||
def handleclientfailure(self, m, r):
|
||||
|
|
|
|||
Loading…
Reference in a new issue