]> git.proxmox.com Git - pve-installer.git/commitdiff
ui: stdio: log error if display_html() is called on stdio backend
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 6 Dec 2023 11:34:51 +0000 (12:34 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Feb 2024 13:23:01 +0000 (14:23 +0100)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Proxmox/UI/StdIO.pm

index 75ddbeb6924d81e25710e7c469b426bcca01984c..a97245c169787e96d58f04c5c9b18509268b1a05 100644 (file)
@@ -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 {