From a2264bea7007ce2de83fe00eaba4c42733071d8d Mon Sep 17 00:00:00 2001 From: david hill Date: Wed, 25 May 2016 14:51:34 -0500 Subject: [PATCH] add a linefeed before system being started --- 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 1b67b11ee..e5c546f39 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -2327,7 +2327,7 @@ int processCommand(string* arguments) else { //just kick off local server - cout << " System being started, please wait..."; + cout << endl << " System being started, please wait..."; cout.flush(); cmd = startup::StartUp::installDir() + "/bin/columnstore restart > /tmp/start.log 2>&1"; int rtnCode = system(cmd.c_str()); @@ -2349,7 +2349,7 @@ int processCommand(string* arguments) try { - cout << " System being started, please wait..."; + cout << endl << " System being started, please wait..."; cout.flush(); oam.startSystem(ackTemp); if ( waitForActive() )