From: Christoph Heiss Date: Wed, 6 Dec 2023 11:34:51 +0000 (+0100) Subject: ui: stdio: log error if display_html() is called on stdio backend X-Git-Url: https://git.proxmox.com/?p=pve-installer.git;a=commitdiff_plain;h=faaaab30e6cea988e88357c0e12714f7b3b6f82d ui: stdio: log error if display_html() is called on stdio backend Signed-off-by: Christoph Heiss --- diff --git a/Proxmox/UI/StdIO.pm b/Proxmox/UI/StdIO.pm index 75ddbeb..a97245c 100644 --- a/Proxmox/UI/StdIO.pm +++ b/Proxmox/UI/StdIO.pm @@ -49,7 +49,7 @@ sub prompt { sub display_html { my ($raw_html, $html_dir) = @_; - # ignore for now + log_error("display_html() not available for stdio backend!"); } sub progress {