Update log information - menthion we try __KernelLoadExec

This commit is contained in:
sum2012
2014-02-21 06:00:41 +08:00
parent 8958501acb
commit b8a8cc0049
+1 -1
View File
@@ -1487,7 +1487,7 @@ u32 sceKernelLoadModule(const char *name, u32 flags, u32 optionAddr)
// Module was blacklisted or couldn't be decrypted, which means it's a kernel module.
// Let's just act as if it worked.
NOTICE_LOG(LOADER, "Module %s is blacklisted or undecryptable - we lie about success", name);
NOTICE_LOG(LOADER, "Module %s is blacklisted or undecryptable - we try __KernelLoadExec", name);
return __KernelLoadExec(name, 0, &error_string);
}