check-certificates: use $LogAndError

This commit is contained in:
Christian Hesse 2020-02-26 12:54:13 +01:00
parent d516b1b249
commit b70a460f43

View file

@ -30,8 +30,7 @@
:do {
:if ([ :len $CertRenewUrl ] = 0) do={
:log info "No CertRenewUrl given.";
:error "No CertRenewUrl given.";
$LogAndError warning "No CertRenewUrl given.";
}
:foreach Type in={ ".pem"; ".p12" } do={