mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
wl1292 - ndb autotest - adapt to changes in Logger
ndb/test/run-test/main.cpp: adapt to changes in Logger
This commit is contained in:
parent
a55892acce
commit
bb15aa8420
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ parse_args(int argc, const char** argv){
|
|||
int tmp = Logger::LL_WARNING - g_verbosity;
|
||||
tmp = (tmp < Logger::LL_DEBUG ? Logger::LL_DEBUG : tmp);
|
||||
g_logger.disable(Logger::LL_ALL);
|
||||
g_logger.enable(Logger::LL_ON);
|
||||
g_logger.enable((Logger::LoggerLevel)tmp, Logger::LL_ALERT);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue