Browse Source

[trac999] reverted the log level to the default for now to prevent
possibly confusing output unconditionally.

JINMEI Tatuya 14 years ago
parent
commit
041c3ec8a0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/resolver/tests/run_unittests.cc

+ 1 - 2
src/bin/resolver/tests/run_unittests.cc

@@ -23,8 +23,7 @@ main(int argc, char* argv[]) {
     ::testing::InitGoogleTest(&argc, argv);
     ::testing::InitGoogleTest(&argc, argv);
     isc::UnitTestUtil::addDataPath(TEST_DATA_DIR);
     isc::UnitTestUtil::addDataPath(TEST_DATA_DIR);
     isc::UnitTestUtil::addDataPath(TEST_DATA_BUILDDIR);
     isc::UnitTestUtil::addDataPath(TEST_DATA_BUILDDIR);
-    isc::log::initLogger("resolver_test", isc::log::DEBUG,
-                         isc::log::MAX_DEBUG_LEVEL);
+    isc::log::initLogger();
 
 
     return (isc::util::unittests::run_all());
     return (isc::util::unittests::run_all());
 }
 }