Am 27.05.22 um 13:48 schrieb Matthias Heiserer: > Previously, only a plaintext line in the task log showed something was off. > Now, the GUI will show it as a warning. > > > Signed-off-by: Matthias Heiserer <[email protected]>
Reviewed-by: Fabian Ebner <[email protected]> > diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm > index e9aa248..2536d73 100644 > --- a/PVE/QemuServer.pm > +++ b/PVE/QemuServer.pm > @@ -41,6 +41,7 @@ use PVE::Storage; > use PVE::SysFSTools; > use PVE::Systemd; > use PVE::Tools qw(run_command file_read_firstline file_get_contents > dir_glob_foreach get_host_arch $IPV6RE); > +use PVE::RESTEnvironment qw(log_warn); Nit: not ordered alphabetically _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
