diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-17 01:35:38 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-17 01:35:38 +0000 |
commit | b7c836131701f852fcd770718b860b5d87e832a1 (patch) | |
tree | 386714f92a6aca0468b63819129e7ca5c8616578 /src/modules/extra | |
parent | f67cfe1ecaa288e4579ce2783e675840f4631d8b (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/modules/extra')
-rw-r--r-- | src/modules/extra/m_ssl_openssl.cpp | 3 |
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; } - |