X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fmodules.c;h=98ca1a1eb43e40490214757dc73e28e4133d37c1;hb=7536e8afcc3018c4ca2a4aa8f8422cf86a6c188c;hp=c0c021615a329b0aa09f148d96448e0cdd5d3d0e;hpb=9dc3cf2a69c5c4563091f37a06eece1723f51d0d;p=tpg%2Facess2.git diff --git a/Kernel/modules.c b/Kernel/modules.c index c0c02161..98ca1a1e 100644 --- a/Kernel/modules.c +++ b/Kernel/modules.c @@ -168,7 +168,7 @@ int Module_int_Initialise(tModule *Module, const char *ArgString) Log_Warning("Module", "Unable to load, reason: Miscelanious"); break; case MODULE_ERR_NOTNEEDED: - Log_Warning("Module", "Unable to load, reason: Module not needed"); + Log_Debug("Module", "Unable to load, reason: Module not needed"); break; case MODULE_ERR_MALLOC: Log_Warning("Module", "Unable to load, reason: Error in malloc/realloc/calloc, probably not good");