diff options
| author | 2007-07-06 17:31:44 +0000 | |
|---|---|---|
| committer | 2007-07-06 17:31:44 +0000 | |
| commit | a53da00bce41c9fb50ed4c9d33507f27803c1eb7 (patch) | |
| tree | 80cfdfa8c3672ef7267bcc2c526a649d3ac2b716 /src/inspsocket.cpp | |
| parent | SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us... (diff) | |
| download | inspircd++-a53da00bce41c9fb50ed4c9d33507f27803c1eb7.tar.gz inspircd++-a53da00bce41c9fb50ed4c9d33507f27803c1eb7.tar.bz2 inspircd++-a53da00bce41c9fb50ed4c9d33507f27803c1eb7.zip | |
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.cpp | 2 |
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); |
