From b96f8abcbbebe92f5befd8f666cee324326ba3ba Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 23 Oct 2018 10:06:15 -0500 Subject: [PATCH] MCOL-520 --- 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 07ec8f49c..43d2f2353 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -2685,7 +2685,7 @@ int processCommand(string* arguments) if (!oam.checkSystemRunning()) { - cout << "startSystem command, 'columnstore' service is down, sending command to" << endl; + cout << endl << "startSystem command, 'columnstore' service is down, sending command to" << endl; cout << "start the 'columnstore' service on all modules" << endl << endl; SystemModuleTypeConfig systemmoduletypeconfig;