summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 19:47:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 19:47:50 +0000
commit59cdf913f1a7fde4e4fbb4af4e13046b9bd20b0a (patch)
tree3e7aa0cbc59965636035710f8941128b4c257c3e
parent7144d8c63cd65c902a41c59f45e0e0b9d5795f78 (diff)
Blah
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3682 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/socket.cpp2
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)
{