1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-04 21:02:13 +03:00

fix getlogconfig issue, not show any configured

This commit is contained in:
david hill 2016-02-24 15:16:09 -06:00
parent c5933636d6
commit e76bb8eba0

View File

@ -3245,6 +3245,7 @@ int ProcessMonitor::getConfigLog()
break;
}
string logFile = oam::LogFile[i];
logFile = logFile.substr(14, 80);
string::size_type pos = buf.find(logFile,0);
if (pos != string::npos) {