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

MCOL-3638: Fix level of various storagemanager logging items.

This commit is contained in:
benthompson15
2019-12-03 12:51:48 -06:00
parent 57724e5515
commit bdd87284f9
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;
}