From 110d486bf56960b882e0fb02348225bbd109d72a Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 28 Apr 2011 12:55:46 +0000 Subject: [PATCH] =?UTF-8?q?GET=5FIVS=E3=81=A8NUP=5FONLY=E3=81=8C=E4=B8=A1?= =?UTF-8?q?=E6=96=B9=E8=A8=98=E8=BF=B0=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B=E6=99=82=E3=81=AE=E8=AD=A6=E5=91=8A=E3=82=92=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8F=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp index 871ada5..5f07c68 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp @@ -671,7 +671,7 @@ bool CheckAndReadAPSetting(::std::vector& 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