mythicdyn: improve error message

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Reuben Thomas 2022-10-31 10:26:33 +00:00
parent f8f1a41f7f
commit 20f74c3279

View file

@ -5924,7 +5924,7 @@ sub nic_mythicdyn_update {
ipversion => $ipversion,
);
unless ($reply) {
failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'});
failed("Updating service %s failed: %s", $h, $config{$h}{'server'});
next;
}