mythicdyn: improve error message
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
f8f1a41f7f
commit
20f74c3279
1 changed files with 1 additions and 1 deletions
|
|
@ -5924,7 +5924,7 @@ sub nic_mythicdyn_update {
|
||||||
ipversion => $ipversion,
|
ipversion => $ipversion,
|
||||||
);
|
);
|
||||||
unless ($reply) {
|
unless ($reply) {
|
||||||
failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'});
|
failed("Updating service %s failed: %s", $h, $config{$h}{'server'});
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue