netwatch-notify: give the number of failures...

... to indicated this happened several times.
This commit is contained in:
Christian Hesse 2025-07-21 10:47:19 +02:00
parent 89175e511f
commit 4c2c7e817a

View file

@ -127,7 +127,7 @@
$LogPrint [ $IfThenElse ($HostInfo->"no-resolve-fail" != true) warning debug ] \
$ScriptName ("Resolving name '" . $HostInfo->"resolve" . [ $IfThenElse \
($HostInfo->"resolve" != $HostInfo->"name") ("' for " . $Type . " '" . \
$HostInfo->"name") "" ] . "' failed: " . $Err);
$HostInfo->"name") "" ] . "' failed third time: " . $Err);
}
}
}