diff --git a/oamapps/postConfigure/helpers.cpp b/oamapps/postConfigure/helpers.cpp index 7668dacd7..7ba7e1e6f 100644 --- a/oamapps/postConfigure/helpers.cpp +++ b/oamapps/postConfigure/helpers.cpp @@ -293,7 +293,7 @@ void mysqlSetup() } else { - if (!oam.checkLogStatus("/tmp/idbmysql.log", "MariDB Columnstore") ) { + if (!oam.checkLogStatus("/tmp/idbmysql.log", "Columnstore") ) { cout << endl << "ERROR: MySQL runtime error, exit..." << endl << endl; system("cat /tmp/idbmysql.log"); exit (1);