From 0eefa09eaf7f8a819e566871999b43f8f0f2bb14 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 13 Dec 2016 16:09:08 -0600 Subject: [PATCH] MCOL-453 --- oamapps/mcsadmin/mcsadmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 0cd92e44e..64b07576e 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -5569,7 +5569,7 @@ int processCommand(string* arguments) if ( localModule != parentOAMModule ) { // exit out since not on Parent OAM Module - cout << endl << "**** addModule Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl; + cout << endl << "**** removeModule Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl; break; }