Преглед на файлове

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)