summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 23:02:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 23:02:03 +0000
commit50fb079808cf6ff76fb8213c3469e435774ae42f (patch)
tree1ac2104f2f88ed4f8d89d8ace9cf83ca0a1dcd60 /src
parent5a3ee26c5544376f552a4f6417a43b510514fe3c (diff)
Properly name the windows service error constants and put proper descriptions in the error strings
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10251 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 550baa027..3bebbf30d 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -78,12 +78,9 @@ const char* ExitCodes[] =
"Could not create windows forked process", /* 14 */
"Received SIGTERM", /* 15 */
"Bad command handler loaded", /* 16 */
- "Windows service specific error 1", /* 17 - Dont know what to call these yet, will give them */
- "Windows service specific error 2", /* 18 - better descriptions later on */
- "Windows service specific error 3", /* 19 */
- "Windows service specific error 4", /* 20 */
- "Windows service specific error 5", /* 21 */
- "Windows service specific error 6" /* 22 */
+ "RegisterServiceCtrlHandler failed", /* 17 */
+ "UpdateSCMStatus failed", /* 18 */
+ "CreateEvent failed" /* 19 */
};
void InspIRCd::Cleanup()