1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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

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