diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-17 01:34:35 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-17 01:34:35 +0000 |
commit | f67cfe1ecaa288e4579ce2783e675840f4631d8b (patch) | |
tree | 6119f8123f01b90cab2bfaa6fadf1940cc2785b0 /src/modules/extra | |
parent | 2ca30f42a2f405cde5f9737e655afca5883c1731 (diff) |
Giving printf formats and not giving it arguments for them != cunning
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3725 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_ssl_gnutls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 49078e262..b7da4d3db 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -364,7 +364,7 @@ class ModuleSSLGnuTLS : public Module readresult = length; } - log(DEBUG, "m_ssl_gnutls.so: OnRawSocketRead: Passing %d bytes up to insp:"); + log(DEBUG, "m_ssl_gnutls.so: OnRawSocketRead: Passing %d bytes up to insp:", length); Srv->Log(DEBUG, std::string(buffer, readresult)); } } |