1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-30 14:21:11 +03:00

add a linefeed before system being started

This commit is contained in:
david hill
2016-05-25 14:51:34 -05:00
parent 70a2ca00f6
commit a2264bea70

View File

@@ -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() )