Skip to content

Commit

Permalink
Excess debug
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8283 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Oct 21, 2007
1 parent 0e576a2 commit 7e0dc1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socketengine_epoll.cpp
Expand Up @@ -74,7 +74,6 @@ void EPollEngine::WantWrite(EventHandler* eh)
ev.events = EPOLLOUT;
ev.data.fd = eh->GetFd();
epoll_ctl(EngineHandle, EPOLL_CTL_MOD, eh->GetFd(), &ev);
ServerInstance->Log(DEBUG,"WantWrite on fd %d", eh->GetFd());
}

bool EPollEngine::DelFd(EventHandler* eh, bool force)
Expand Down

0 comments on commit 7e0dc1f

Please sign in to comment.