fix startup_message
This commit is contained in:
parent
a6b2560ee6
commit
463dd664cd
@ -186,8 +186,8 @@ sub check_executable {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub pve_mod_hello {
|
sub startup_message {
|
||||||
debug(__LINE__, "PVE Mod is being started. Version $VERSION");
|
warn "[pve-mod] Starting PVE Mod worker (v$VERSION)\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Setup common TERM/INT signal handlers for collector processes.
|
# Setup common TERM/INT signal handlers for collector processes.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user