diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
commit | b35c0b8a6f6373201cc9e252a8647935ad54ee19 (patch) | |
tree | 3a0f435d99f4f6772871ae00077a5554e8170839 /check-certificates | |
parent | 27b2fffaaf2529759795b031acea9c8e6980a4ac (diff) |
always write warnings and errors to log
Diffstat (limited to 'check-certificates')
-rw-r--r-- | check-certificates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-certificates b/check-certificates index 4c10a52..8315d15 100644 --- a/check-certificates +++ b/check-certificates @@ -30,6 +30,7 @@ :do { :if ([ :len $CertRenewUrl ] = 0) do={ + :log info "No CertRenewUrl given."; :error "No CertRenewUrl given."; } |