GET_IVSとNUP_ONLYが両方記述されている時の警告をログではなくメッセージに

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@245 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-04-28 12:55:46 +00:00
parent d5c399ed47
commit 110d486bf5

View File

@ -671,7 +671,7 @@ bool CheckAndReadAPSetting(::std::vector<std::string>& operationMessage)
if(s_NupOnlyMode && s_GetIvsOnlyMode)
{
COMMON_LOGGER("Both NUP_ONLY and GET_IVS settings are described!!");
operationMessage.push_back("Both NUP_ONLY and GET_IVS settings are described!!");
s_ReadSettingIsSuccess = false;
}
else