From a82bf1c17effde490911d70268a1c8ec3b39aaff Mon Sep 17 00:00:00 2001 From: david hill Date: Fri, 2 Jun 2017 09:26:14 -0500 Subject: [PATCH] MCOL-734 - correct command name --- oamapps/mcsadmin/mcsadmin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 375b21c96..b8dbde771 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -5774,7 +5774,7 @@ int processCommand(string* arguments) {} if ( !dbrootConfigList.empty() ) { - cout << "**** removeModule Failed : " << (*pt).DeviceName << " has dbroots still assigned. Please run movePmDbrootConfig or unassignPmDbrootConfig."; + cout << "**** removeModule Failed : " << (*pt).DeviceName << " has dbroots still assigned. Please run movePmDbrootConfig or unassignDbrootPmConfig."; quit = true; cout << endl; break; @@ -6747,7 +6747,7 @@ int processCommand(string* arguments) {} if ( !dbrootConfigList.empty() ) { - cout << endl << "**** alterSystem-disableModule Failed : " << (*pt).DeviceName << " has dbroots still assigned and will not be disabled. Please run movePmDbrootConfig or unassignPmDbrootConfig."; + cout << endl << "**** alterSystem-disableModule Failed : " << (*pt).DeviceName << " has dbroots still assigned and will not be disabled. Please run movePmDbrootConfig or unassignDbrootPmConfig."; quit = true; cout << endl; break;