summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
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();
}