mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
FATAL時に吐く補助情報を追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2407 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
787f9472f9
commit
fa9f6d22fc
@ -840,6 +840,8 @@ OS_TPrintf("RebootSystem : Load VIA WRAM %d.\n", i);
|
|||||||
{
|
{
|
||||||
OS_TPrintf("RebootSystem failed: cant read file(%d, %d)\n", source[i], len);
|
OS_TPrintf("RebootSystem failed: cant read file(%d, %d)\n", source[i], len);
|
||||||
UTL_SetFatalError(FATAL_ERROR_LOAD_READMODULE_FAILED);
|
UTL_SetFatalError(FATAL_ERROR_LOAD_READMODULE_FAILED);
|
||||||
|
// デバグ用。ERRORLOG_Init()がすでに呼ばれている事前提
|
||||||
|
ERRORLOG_Printf( "LOAD_READMODULE_FAILED (sub info): region %d read failed.\n", i );
|
||||||
goto ERROR;
|
goto ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1251,6 +1253,8 @@ static BOOL SYSMi_AuthenticateTWLTitle( TitleProperty *pBootTitle )
|
|||||||
OS_TPrintf("Authenticate failed: %s module hash check failed.\n", str[l]);
|
OS_TPrintf("Authenticate failed: %s module hash check failed.\n", str[l]);
|
||||||
if(!s_b_dev) {
|
if(!s_b_dev) {
|
||||||
UTL_SetFatalError(FATAL_ERROR_MODULE_HASH_CHECK_FAILED);
|
UTL_SetFatalError(FATAL_ERROR_MODULE_HASH_CHECK_FAILED);
|
||||||
|
// デバグ用。ERRORLOG_Init()がすでに呼ばれている事前提
|
||||||
|
ERRORLOG_Printf( "MODULE_HASH_CHECK_FAILED (sub info): %s module check failed.\n", str[l] );
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}else
|
}else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user