X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Ftest.cxx;h=66cde1274861825036d3d7ab3ac0e6f961c23016;hp=36fb3b44218e29f90c791a7ae91afaef36cb306b;hb=9cf22741bcee8b33aa0e4a77d97b361dec7074d7;hpb=e232dc612584f55a6426051c8f59b6d9a00c3029 diff --git a/src/test.cxx b/src/test.cxx index 36fb3b4..66cde12 100644 --- a/src/test.cxx +++ b/src/test.cxx @@ -10,6 +10,9 @@ int main(int argc, char **argv) { testing::InitGoogleTest(&argc, argv); log4cxx::BasicConfigurator::configure(); + log4cxx::LevelPtr level = log4cxx::Level::getError(); + log4cxx::Logger::getRootLogger()->setLevel(level); + QApplication::addLibraryPath(CONFIG_LIBDIR); if (argc > 1) TEST_DATA_DIRECTORY = argv[1];