diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-05 03:22:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-05 03:22:46 +0000 |
commit | 4e5b76040718320a32476ef0f6d5276b522f62f6 (patch) | |
tree | a02da22673b8054d1b5854bb77777a7c0ceb91ad | |
parent | cda9fd02c9d014334a8ee50a80ce58805b462f7e (diff) |
InspIRCd now logs value of <die> to the logfile on failure
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@979 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2ef0b53bc..4e8c96839 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3257,6 +3257,7 @@ int InspIRCd(void) if (strcmp(DieValue,"")) { printf("WARNING: %s\n\n",DieValue); + log(DEFAULT,"Ut-Oh, somebody didn't read their config file: '%s'",DieValue); exit(0); } log(DEBUG,"InspIRCd: startup: read config"); |