You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Comment debug lines. Change a debug line to be more useful.
This commit is contained in:
@ -133,7 +133,7 @@ void OamCache::checkReload()
|
||||
if (state != oam::ACTIVE)
|
||||
{
|
||||
ostringstream os;
|
||||
os << "OamCache::checkReload shows state for pm" << num << " as " << state;
|
||||
os << "OamCache::checkReload shows state for pm" << num << " as " << oamState[state];
|
||||
oam.writeLog(os.str(), logging::LOG_TYPE_WARNING);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user