diff options
| author | 2004-04-14 17:36:59 +0000 | |
|---|---|---|
| committer | 2004-04-14 17:36:59 +0000 | |
| commit | 296df45059c076a982399dde899530f967de27fd (patch) | |
| tree | fdb5a7a9db9326587c87dc2394609cdf5361fea5 /src/connection.cpp | |
| parent | fixes to server name updating during incoming link (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.cpp | 1 |
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; } } |
