[pve-devel] [PATCH installer 2/6] ui: stdio: log error if display_html() is called on stdio backend

Christoph Heiss c.heiss at proxmox.com
Wed Dec 6 12:34:51 CET 2023


Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 Proxmox/UI/StdIO.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
2.42.0





More information about the pve-devel mailing list