Skip to content

Commit

Permalink
Remove unnecessary savedata version reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 2, 2023
1 parent 26dc773 commit fd7cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Dialog/SavedataParam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ int SavedataParam::Save(SceUtilitySavedataParam* param, const std::string &saveD
ERROR_LOG_REPORT(SCEUTILITY, "Savedata version with missing key on save: %d", param->secureVersion);
return SCE_UTILITY_SAVEDATA_ERROR_SAVE_PARAM;
}
WARN_LOG_REPORT(SCEUTILITY, "Savedata version requested on save: %d", param->secureVersion);
WARN_LOG(SCEUTILITY, "Savedata version requested on save: %d", param->secureVersion);
}

std::string dirPath = GetSaveFilePath(param, GetSaveDir(param, saveDirName));
Expand Down

0 comments on commit fd7cc76

Please sign in to comment.