aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar om2006-03-17 01:34:35 +0000
committerGravatar om2006-03-17 01:34:35 +0000
commitf67cfe1ecaa288e4579ce2783e675840f4631d8b (patch)
tree6119f8123f01b90cab2bfaa6fadf1940cc2785b0 /src/modules
parentAMD64 warning 'fix' which tested fine when I added it seems to now...stop thi... (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')
-rw-r--r--src/modules/extra/m_ssl_gnutls.cpp2
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));
}
}