1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #959 from benthompson15/MCOL-3638

MCOL-3638: Fix level of various storagemanager logging items.
This commit is contained in:
Patrick LeBlanc
2020-01-03 09:42:45 -06:00
committed by GitHub
11 changed files with 30 additions and 30 deletions

View File

@ -71,7 +71,7 @@ bool StatTask::run()
}
catch (exception &e)
{
logger->log(LOG_DEBUG, "StatTask: caught '%s'", e.what());
logger->log(LOG_ERR, "StatTask: caught '%s'", e.what());
errno = EIO;
err = -1;
}