From 79b0ed5cd3f55c8f1daf07502d3413df7a23782c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Wed, 29 Apr 2015 08:23:42 +0000 Subject: [PATCH] log act_cert_path --- letsencrypt/client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/client/client.py b/letsencrypt/client/client.py index 183cd6f94..6e98a92bc 100644 --- a/letsencrypt/client/client.py +++ b/letsencrypt/client/client.py @@ -165,8 +165,8 @@ class Client(object): cert_file.write(certr.body.as_pem()) finally: cert_file.close() - logging.info( - "Server issued certificate; certificate written to %s", cert_path) + logging.info("Server issued certificate; certificate written to %s", + act_cert_path) if certr.cert_chain_uri: # TODO: Except