From afe7e8643c6a10151ef45bdb8c737545a4f9d8d5 Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:13:03 +0200 Subject: [PATCH] the fix for startup message in util (#170) Co-authored-by: Meliox --- src/PVENodeInfo/PVEMod_Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVENodeInfo/PVEMod_Utils.pm b/src/PVENodeInfo/PVEMod_Utils.pm index 04d2739..8dfdfdb 100644 --- a/src/PVENodeInfo/PVEMod_Utils.pm +++ b/src/PVENodeInfo/PVEMod_Utils.pm @@ -186,7 +186,7 @@ sub check_executable { return 1; } -sub pve_mod_hello { +sub startup_message { debug(__LINE__, "PVE Mod is being started. Version $VERSION"); }