소스 검색

acme_tlsa_mail: log the service if replacing the certificate failed, not the certficate file

Helmut Pozimski 7 년 전
부모
커밋
ff073498a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      acme_tlsa_mail.py

+ 1 - 1
acme_tlsa_mail.py

@@ -275,4 +275,4 @@ if __name__ == "__main__":
                     else:
                         LOGGER.error("Renewal of cert for %s failed, "
                                      "please clean up manually and "
-                                     "check the backup files!", service_cert)
+                                     "check the backup files!", service)