summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-27 23:12:47 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-27 23:12:47 +0000
commit47be7b4da3d02f7eab3691e6d968023de595e323 (patch)
tree294941de26208846619408ac4dae7941de719c1f /src/connection.cpp
parent93ce58c4902f372e078f6917b6aee612a9830ffd (diff)
Linking fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1223 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r--src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index d05a304f6..364c0f2a3 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -147,6 +147,7 @@ void ircd_connector::AddBuffer(std::string a)
std::stringstream stream(ircdbuffer);
stream << b;
+ log(DEBUG,"AddBuffer: %s",b.c_str());
ircdbuffer = stream.str();
}