瀏覽代碼

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)