summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-06 17:31:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-06 17:31:44 +0000
commita53da00bce41c9fb50ed4c9d33507f27803c1eb7 (patch)
tree80cfdfa8c3672ef7267bcc2c526a649d3ac2b716 /src/inspsocket.cpp
parent28da041573d03c04d9e9edd21a2f96fcf6c36a48 (diff)
Warning: Loads of craq logging in here atm. /connect with openssl is broken, gnutls seems fine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7428 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index f76543562..c2b80a225 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -578,8 +578,10 @@ bool InspSocket::Poll()
#else
this->SetState(I_CONNECTED);
#endif
+ Instance->Log(DEBUG,"Inspsocket I_CONNECTING state");
if (Instance->Config->GetIOHook(this))
{
+ Instance->Log(DEBUG,"Hook for raw connect");
try
{
Instance->Config->GetIOHook(this)->OnRawSocketConnect(this->fd);