X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fmodules.c;fp=KernelLand%2FKernel%2Fmodules.c;h=d703290f292e3e2f1b46be614db0b73670b60067;hb=eff588327d277cd0db1462c82f0a916b891f8cfd;hp=98ca1a1eb43e40490214757dc73e28e4133d37c1;hpb=b0a26ff18cc1e7df2442a8a967017d8c81f1de38;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/modules.c b/KernelLand/Kernel/modules.c index 98ca1a1e..d703290f 100644 --- a/KernelLand/Kernel/modules.c +++ b/KernelLand/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_Debug("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");