summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-28 21:08:52 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-28 21:08:52 +0000
commitb3a310c286e0ffd8e8b7f1f0282cafb4522cb8d1 (patch)
treec3181b0b065f566d0c55d5ff28adda73f3db203b
parent0681d96fe6c36199464280cb017090cbac1532d5 (diff)
Changed loglevel of cloak key errors to SPARSE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3388 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules/m_cloaking.cpp4
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp
index 044d51198..718ee25d9 100644
--- a/src/modules/m_cloaking.cpp
+++ b/src/modules/m_cloaking.cpp
@@ -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;
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index a24a1fe5e..dbe7e0d7f 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3385
+echo 3387