mirror of
https://github.com/anope/anope.git
synced 2026-06-30 16:26:39 +02:00
Give more verbose messages on startup
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ SocketFlag SocketIO::FinishConnect(ConnectionSocket *s)
|
||||
else
|
||||
{
|
||||
errno = optval;
|
||||
s->ProcessError();
|
||||
s->OnError(optval ? Anope::LastError() : "");
|
||||
return SF_DEAD;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user