mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-05-01 03:27:13 +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 = [];
|
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}) {
|
foreach my $iface (@{$ifaces}) {
|
||||||
if (!$status->{$iface}->{status}) {
|
if (!$status->{$iface}->{status}) {
|
||||||
|
|
Loading…
Reference in a new issue