]> git.proxmox.com Git - pve-common.git/commit
REST environment: add static log_warn function
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 29 Oct 2021 11:16:22 +0000 (13:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 Mar 2022 10:39:07 +0000 (11:39 +0100)
commit06885ac8bb2945fc542875d4f78d559a20192df4
treeff6b89c207e4dc030bd156cb1ba9fc207846b871
parentcc78c1eba2107840456a3955bcea90fa90c58495
REST environment: add static log_warn function

which avoids the need for the caller to check whether the environment
was initialized or not.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/RESTEnvironment.pm