From 4bb033449de57d7d2ac873bc70631b43ab7ce3d9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 31 Oct 2006 20:30:16 +0000 Subject: Start of stuff to handle socket error state git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5606 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspsocket.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inspsocket.cpp') diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 982c56750..9b691fc7f 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -513,6 +513,7 @@ void InspSocket::HandleEvent(EventType et) } else { + Instance->Log(DEBUG,"State=%d CONNECTED=%d", this->state, I_CONNECTED); if (this->FlushWriteBuffer()) { this->Instance->SE->DelFd(this); -- cgit v1.3.1-10-gc9f91