diff --git a/server-ca/daemon.py b/server-ca/daemon.py index c8e1836f8..37dabb7c8 100644 --- a/server-ca/daemon.py +++ b/server-ca/daemon.py @@ -127,7 +127,7 @@ def makechallenge(session): # is not an inherent protocol requirement!) names = r.lrange("%s:names" % session, 0, -1) if debug: print "%s: new session (request complies with policy)" % session - if debug: print "%s: from requesting client at %s" % r.hget(session, "client-addr") + if debug: print "%s: from requesting client at %s" % (session, r.hget(session, "client-addr")) if debug: print "%s: for %d names: %s" % (session, len(names), ",".join(names)) for i, name in enumerate(names): challenge = "%s:%d" % (session, i)