1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 04:46:39 +02:00

Redo some of the sighandling code, and made anoperc rehash actually work.

This commit is contained in:
Adam
2010-08-29 19:28:04 -04:00
parent d70f1a43bc
commit f276927365
9 changed files with 46 additions and 95 deletions
@@ -65,7 +65,7 @@ class SocketEngineSelect : public SocketEngineBase
#ifdef WIN32
errno = WSAGetLastError();
#endif
Log() << "SockEngine::Process(): error" << strerror(errno);
Log() << "SockEngine::Process(): error: " << strerror(errno);
}
else if (sresult)
{