diff options
author | unknown <joreland@mysql.com> | 2004-12-22 10:01:31 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-12-22 10:01:31 +0100 |
commit | bb15aa8420fc645b0ff18abb991ef1ac138bd82b (patch) | |
tree | c18eb9179279753fd47f42c070eec23ba069ddf8 | |
parent | a55892accee0d3743cda315743a4db467d17d133 (diff) | |
download | mariadb-git-bb15aa8420fc645b0ff18abb991ef1ac138bd82b.tar.gz |
wl1292 - ndb autotest - adapt to changes in Logger
ndb/test/run-test/main.cpp:
adapt to changes in Logger
-rw-r--r-- | ndb/test/run-test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/run-test/main.cpp b/ndb/test/run-test/main.cpp index ac7710d9546..fb6754dae7a 100644 --- a/ndb/test/run-test/main.cpp +++ b/ndb/test/run-test/main.cpp @@ -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); } |