From cf5daf39e23804375bf5343b7424f2e2df13d849 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Jun 2026 16:11:54 +0200 Subject: [PATCH] the fix --- 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 80f7faa..39d32a6 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"); }