output the name that we're doing the test for

This commit is contained in:
Seth Schoen 2012-08-10 10:41:29 -07:00
parent f3d1b4b996
commit 12ef7489ec

View file

@ -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")