summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-14 17:36:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-14 17:36:59 +0000
commit296df45059c076a982399dde899530f967de27fd (patch)
treefdb5a7a9db9326587c87dc2394609cdf5361fea5 /src/connection.cpp
parente5af9e08dc6ae2fc3527514ab98f584ade786555 (diff)
Fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@573 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 e2be63c33..513ac69db 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -269,6 +269,7 @@ bool connection::RecvPacket(char *message, char* host)
// something new on this socket, fill the return values and bail
strncpy(host,this->connectors[i].GetServerName().c_str(),160);
message[rcvsize-1] = 0;
+ log(DEBUG,"main: Connection::RecvPacket() got '%s' from %s",message,host);
return true;
}
}