summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-17 01:35:38 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-17 01:35:38 +0000
commitb7c836131701f852fcd770718b860b5d87e832a1 (patch)
tree386714f92a6aca0468b63819129e7ca5c8616578 /src
parentf67cfe1ecaa288e4579ce2783e675840f4631d8b (diff)
Did the same thing here :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3726 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/extra/m_ssl_openssl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp
index 3048795dc..109be1e3d 100644
--- a/src/modules/extra/m_ssl_openssl.cpp
+++ b/src/modules/extra/m_ssl_openssl.cpp
@@ -362,7 +362,7 @@ class ModuleSSLOpenSSL : public Module
session->inbufoffset = 0;
}
- log(DEBUG, "m_ssl_openssl.so: OnRawSocketRead: Passing %d bytes up to insp:");
+ log(DEBUG, "m_ssl_openssl.so: OnRawSocketRead: Passing %d bytes up to insp:", count);
Srv->Log(DEBUG, std::string(buffer, readresult));
return 1;
@@ -679,4 +679,3 @@ extern "C" void * init_module( void )
{
return new ModuleSSLOpenSSLFactory;
}
-