mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
98c867cf09
commit
24fc512fd9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user