Changed loglevel of cloak key errors to SPARSE

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3388 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-02-28 21:08:52 +00:00
parent 0681d96fe6
commit b3a310c286
2 changed files with 3 additions and 3 deletions

View 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;

View File

@ -1 +1 @@
echo 3385
echo 3387