summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-31 20:30:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-31 20:30:16 +0000
commit4bb033449de57d7d2ac873bc70631b43ab7ce3d9 (patch)
treebdf71dd9629f7b6e57f90f7fb4add6a49741c1d7 /src/inspsocket.cpp
parentf4a1bfe7c060f633de970287ff5e49dcc57f5a9a (diff)
Start of stuff to handle socket error state
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5606 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp1
1 files changed, 1 insertions, 0 deletions
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);