1
0
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:
David Hall
2016-09-01 12:43:00 -05:00
parent 6714290b6d
commit 09276ff885
3 changed files with 8 additions and 9 deletions

View File

@ -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);
}
}