From bedbe6480de4af64c0e752bc5ed09d0d7a9aa72c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 11 Nov 2007 23:49:03 +0000 Subject: This works with multiple remote includes now except it hangs when an include is within an include git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8590 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 c5b6f1838..24f9af3a2 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -343,6 +343,8 @@ bool BufferedSocket::DoConnect() } this->SetQueues(this->fd); } + + Instance->Log(DEBUG,"BufferedSocket::DoConnect success"); return true; } -- cgit v1.2.3