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