mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
zones: improve error message
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
26e2abdbdc
commit
d227e3f488
|
@ -195,7 +195,8 @@ sub generate_status_message {
|
|||
|
||||
my $err_msg = [];
|
||||
|
||||
return ["vnet is not generated. Please check you reload network task log."] if !$status->{$vnetid}->{status};
|
||||
return ["vnet is not generated. Please check the 'reload network' task log."]
|
||||
if !$status->{$vnetid}->{status};
|
||||
|
||||
foreach my $iface (@{$ifaces}) {
|
||||
if (!$status->{$iface}->{status}) {
|
||||
|
|
Loading…
Reference in a new issue