diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-11 19:47:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-11 19:47:50 +0000 |
commit | 59cdf913f1a7fde4e4fbb4af4e13046b9bd20b0a (patch) | |
tree | 3e7aa0cbc59965636035710f8941128b4c257c3e /src/socket.cpp | |
parent | 7144d8c63cd65c902a41c59f45e0e0b9d5795f78 (diff) |
Blah
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3682 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
-rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index e9305ec8d..2ab7d7a57 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -271,7 +271,7 @@ bool InspSocket::FlushWriteBuffer() { if (outbuffer.size()) { - log(DEBUG,"Writing %d to socket",outbuffer.size()) + log(DEBUG,"Writing %d to socket",outbuffer.size()); int result = write(this->fd,outbuffer[0].c_str(),outbuffer[0].length()); if (result > 0) { |