diff options
author | Adam <Adam@anope.org> | 2010-08-29 19:28:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-29 19:28:04 -0400 |
commit | f2769273652f61f1d620c98a94b9c95983ed5647 (patch) | |
tree | 6d8c77e680258c095221d4ef98cf04845666d621 /modules/socketengines/m_socketengine_epoll.cpp | |
parent | d70f1a43bc9520b3db22534fee07a047be4fa4d1 (diff) |
Redo some of the sighandling code, and made anoperc rehash actually work.
Diffstat (limited to 'modules/socketengines/m_socketengine_epoll.cpp')
-rw-r--r-- | modules/socketengines/m_socketengine_epoll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/socketengines/m_socketengine_epoll.cpp b/modules/socketengines/m_socketengine_epoll.cpp index 4b38fc657..5a2561b25 100644 --- a/modules/socketengines/m_socketengine_epoll.cpp +++ b/modules/socketengines/m_socketengine_epoll.cpp @@ -112,7 +112,7 @@ class SocketEngineEPoll : public SocketEngineBase if (total == -1) { - Log() << "SockEngine::Process(): error " << strerror(errno); + Log() << "SockEngine::Process(): error: " << strerror(errno); return; } |