]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Changed loglevel of cloak key errors to SPARSE
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Feb 2006 21:08:52 +0000 (21:08 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Feb 2006 21:08:52 +0000 (21:08 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3388 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_cloaking.cpp
src/svn-rev.sh

index 044d511987f65bcc43b4fd3b5025ef4b8920462d..718ee25d9ebf9b31bc1882a799af7bd4307176bb 100644 (file)
@@ -320,8 +320,8 @@ class ModuleCloaking : public Module
                        key2 = 0xefcdab89;
                        key3 = 0x98badcfe;
                        key4 = 0x10325476;
-                       Srv->Log("WARNING! You have not defined cloak keys for m_cloaking!!! THIS IS INSECURE AND SHOULD BE CHECKED!");
-                       Srv->Log("Using default builtin keys (INSECURE): 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476");
+                       Srv->Log(SPARSE,"WARNING! You have not defined cloak keys for m_cloaking!!! THIS IS INSECURE AND SHOULD BE CHECKED!");
+                       Srv->Log(SPARSE,"Using default builtin keys (INSECURE): 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476");
                }
 
                /*ctx->buf[0] = 0x67452301;
index a24a1fe5e2d13eb3651c1fb00c261949423b9d44..dbe7e0d7f3e02eabf4cff742ec113a40ffab9524 100755 (executable)
@@ -1 +1 @@
-echo 3385
+echo 3387