From a53da00bce41c9fb50ed4c9d33507f27803c1eb7 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Jul 2007 17:31:44 +0000 Subject: 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 --- src/inspsocket.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inspsocket.cpp') 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); -- cgit v1.3.1-10-gc9f91