Skip to content

Commit

Permalink
Tidyup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6104 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Dec 24, 2006
1 parent 9206364 commit 417a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspircd.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 417a418

Please sign in to comment.