Remove duplicate error messages

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3822 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
om 2006-04-04 06:25:23 +00:00
parent 98c867cf09
commit 24fc512fd9

View File

@ -692,7 +692,8 @@ void ServerConfig::Read(bool bail, userrec* user)
if (bail)
{
printf("There were errors in your configuration:\n%s",errstr.str().c_str());
/* Unneeded because of the log() aboive? */
// printf("There were errors in your configuration:\n%s",errstr.str().c_str());
Exit(0);
}
else