X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=messages.mc;h=c92daa3f0f8b37e9ec17b65ab677fead92290d17;hb=fdf66ebb177e189479057ebe4e1124251c0116c3;hp=0b49b3d8f51c6f7a63406d6d792cff46c29c456f;hpb=a33d24db09a7cf87de1766da665fee88e46dd769;p=nssm.git diff --git a/messages.mc b/messages.mc index 0b49b3d..c92daa3 100644 --- a/messages.mc +++ b/messages.mc @@ -181,7 +181,7 @@ kill_process_tree %1 %2 %3 . MessageId = +1 -SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_FAILED +SymbolicName = NSSM_EVENT_CREATETOOLHELP32SNAPSHOT_PROCESS_FAILED Severity = Error Language = English Failed to create snapshot of running processes when terminating service %1: @@ -219,3 +219,43 @@ 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 +. +