fix startup_message

This commit is contained in:
Meliox 2026-06-07 16:05:36 +02:00
parent a6b2560ee6
commit 463dd664cd

View File

@ -186,8 +186,8 @@ sub check_executable {
return 1;
}
sub pve_mod_hello {
debug(__LINE__, "PVE Mod is being started. Version $VERSION");
sub startup_message {
warn "[pve-mod] Starting PVE Mod worker (v$VERSION)\n";
}
# Setup common TERM/INT signal handlers for collector processes.