mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
output the name that we're doing the test for
This commit is contained in:
parent
f3d1b4b996
commit
12ef7489ec
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ def testchallenge(session):
|
|||
if not satisfied and not failed:
|
||||
if debug: print "challenge", challenge, "is not satisfied and not failed"
|
||||
if challtype == 0: # DomainValidateSNI
|
||||
if debug: print "\tbeginning dvsni test"
|
||||
if debug: print "\tbeginning dvsni test to %s" % name
|
||||
dvsni_nonce = r.hget(challenge, "dvsni:nonce")
|
||||
dvsni_r = r.hget(challenge, "dvsni:r")
|
||||
dvsni_ext = r.hget(challenge, "dvsni:ext")
|
||||
|
|
|
|||
Loading…
Reference in a new issue