From 417a4183d8b706a4099cdbabebd629d66c6f04be Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Dec 2006 18:38:57 +0000 Subject: [PATCH] Tidyup git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6104 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 83373236e..497da8ff2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -283,7 +283,7 @@ InspIRCd::InspIRCd(int argc, char** argv) this->time_delta = 0; this->next_call = this->TIME + 3; srand(this->TIME); - this->Log(DEBUG,"*** InspIRCd starting up!"); + if (!ServerConfig::FileExists(CONFIG_FILE)) { printf("ERROR: Cannot open config file: %s\nExiting...\n",CONFIG_FILE);