From 0f30ef70f08b745755fdf362e05901039434a242 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 20 Apr 2017 16:10:06 -0700 Subject: log: Moved fastpath logging to its own thread --- host/tests/log_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/tests') diff --git a/host/tests/log_test.cpp b/host/tests/log_test.cpp index d42e5ffbd..c466777fc 100644 --- a/host/tests/log_test.cpp +++ b/host/tests/log_test.cpp @@ -20,6 +20,8 @@ #include BOOST_AUTO_TEST_CASE(test_messages){ + UHD_LOG_FASTPATH("foo"); + UHD_LOG_FASTPATH("bar"); uhd::log::set_log_level(uhd::log::debug); uhd::log::set_console_level(uhd::log::info); uhd::log::add_logger("test", -- cgit v1.2.3