X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=messages.mc;h=413eab31d4e0988035fda154c79b4ed0f69478e2;hb=63363fbc93ec23e1673113029e819c1a55dd7967;hp=436317198a41e458249001cc3259d38490299809;hpb=a7cd82567510bd8d674a3d2a62e3dfd5fe170fe4;p=nssm.git diff --git a/messages.mc b/messages.mc index 4363171..413eab3 100644 --- a/messages.mc +++ b/messages.mc @@ -83,7 +83,7 @@ MessageId = +1 SymbolicName = NSSM_EVENT_TERMINATEPROCESS Severity = Informational Language = English -Requested stop of service %1. Killing program %2. +Killing process %2 because service %1 is stopping. . MessageId = +1 @@ -155,3 +155,122 @@ Language = English Service %1 action for exit code %2 is %3. Exiting. . + +MessageId = +1 +SymbolicName = NSSM_EVENT_GRACEFUL_SUICIDE +Severity = Informational +Language = English +Service %1 application %2 exited with exit code 0 but the default exit action is %3. +Honouring the %4 action would result in the service being flagged as failed and subject to recovery actions. +The service will instead be stopped gracefully. To suppress this message, explicitly configure the exit action for exit code 0 to either %5 or %6. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_EXPANDENVIRONMENTSTRINGS_FAILED +Severity = Error +Language = English +Failed to expand registry value %1: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_KILLING +Severity = Informational +Language = English +kill_process_tree %1 %2 %3 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED +Severity = Error +Language = English +Failed to create snapshot of running processes when terminating service %1: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_PROCESS_ENUMERATE_FAILED +Severity = Error +Language = English +Failed to enumerate running processes when terminating service %1: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_OPENPROCESS_FAILED +Severity = Error +Language = English +Failed to open process handle for process with PID %1 when terminating service %2: +%3 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_KILL_PROCESS_TREE +Severity = Informational +Language = English +Killing PID %1 in process tree of PID %2 because service %3 is stopping. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_TERMINATEPROCESS_FAILED +Severity = Error +Language = English +Failed to terminate process with PID %1 for service %2: +%3 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_NO_FLAGS +Severity = Warning +Language = English +Registry key %1 is unset for service %2. +No flags will be passed to %3 when it starts. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_NO_DIR +Severity = Warning +Language = English +Registry key %1 is unset for service %2. +Assuming startup directory %3. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_NO_DIR_AND_NO_FALLBACK +Severity = Error +Language = English +Registry key %1 is unset for service %2. +Additionally, ExpandEnvironmentStrings("%%SYSTEMROOT%%") failed when trying to choose a fallback startup directory. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_THREAD_FAILED +Severity = Error +Language = English +Failed to create snapshot of running threads when terminating service %1: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_THREAD_ENUMERATE_FAILED +Severity = Error +Language = English +Failed to enumerate running threads when terminating service %1: +%2 +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_THROTTLED +Severity = Warning +Language = English +Service %1 ran for less than %2 milliseconds. +Restart will be delayed by %3 milliseconds. +. + +MessageId = +1 +SymbolicName = NSSM_EVENT_RESET_THROTTLE +Severity = Informational +Language = English +Request to resume service %1. Throttling of restart attempts will be reset. +. +