調査用のログを追加

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@833 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2015-01-07 02:11:16 +00:00
parent 2625f2563b
commit 00f7e2105c

View File

@ -391,6 +391,7 @@ void TitleDownloader::Start()
m_Result = GetTitleConfig(m_ProgramIdList[i], &config, &requiredSize);
COMMON_LOGGER_RETURN_VOID_IF_FAILED(m_Result);
COMMON_LOGGER_DETAIL("Start Download %llx\n", m_ProgramIdList[i]);
StartShopOperationSingle(SHOP_OPERATION_DOWNLOAD_TITLE, config);
WaitShopOperationAndFinalize();