mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
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:
parent
d5c399ed47
commit
110d486bf5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user