fix wrong log message

This commit is contained in:
shenweip 2013-09-14 00:42:41 +08:00
parent c018281509
commit d1cdf7538d

View file

@ -477,7 +477,7 @@ int sceUtilityGamedataInstallGetStatus()
{
if (currentDialogType != UTILITY_DIALOG_GAMEDATAINSTALL)
{
WARN_LOG(SCEUTILITY, "sceUtilitySavedataGetStatus(): wrong dialog type");
WARN_LOG(SCEUTILITY, "sceUtilityGamedataInstallGetStatus(): wrong dialog type");
return SCE_ERROR_UTILITY_WRONG_TYPE;
}