1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 12:56:39 +02:00

Give more verbose messages on startup

This commit is contained in:
Adam
2011-10-09 02:52:13 -04:00
parent af273e3da5
commit 9f850334a1
13 changed files with 53 additions and 58 deletions
@@ -121,8 +121,6 @@ void SocketEngine::Process()
if (event->flags & EV_EOF)
{
socklen_t sz = sizeof(errno);
getsockopt(s->GetFD(), SOL_SOCKET, SO_ERROR, &errno, &sz);
s->ProcessError();
s->SetFlag(SF_DEAD);
delete s;