check-certificates: give the name used for fetch

This commit is contained in:
Christian Hesse 2026-03-12 11:16:38 +01:00
parent 22c3f70dab
commit 6aebf5720d

View file

@ -61,7 +61,7 @@
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
} do={
:if (!($Err ~ "[Ss]tatus 404")) do={
$LogPrint warning $0 ("Failed fetching certificate: " . $Err);
$LogPrint warning $0 ("Failed fetching certificate by '" . $FetchName . "': " . $Err);
}
:error false;
}