This should be maximally legible.

This commit is contained in:
Peter Eckersley 2015-12-12 17:24:05 -08:00
parent aee25fb05e
commit a99f1d1395

View file

@ -567,7 +567,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
"cert", self.latest_common_version()))
now = pytz.UTC.fromutc(datetime.datetime.utcnow())
if expiry < add_time_interval(now, interval):
logger.debug("Should renew, less than %r days before certificate "
logger.debug("Should renew, less than %s before certificate "
"expiry %s.", interval,
expiry.strftime("%Y-%m-%d %H:%M:%S %Z"))
return True