aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/log_test.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-04-20 16:10:06 -0700
committerMartin Braun <martin.braun@ettus.com>2017-04-24 14:19:10 -0700
commit0f30ef70f08b745755fdf362e05901039434a242 (patch)
treed66e3c3e8c6406451560249de510fd7199a4403d /host/tests/log_test.cpp
parentc4da30c0ce4d37d0f2bd9dd2883e45ed0919cd2c (diff)
downloaduhd-0f30ef70f08b745755fdf362e05901039434a242.tar.gz
uhd-0f30ef70f08b745755fdf362e05901039434a242.tar.bz2
uhd-0f30ef70f08b745755fdf362e05901039434a242.zip
log: Moved fastpath logging to its own thread
Diffstat (limited to 'host/tests/log_test.cpp')
-rw-r--r--host/tests/log_test.cpp2
1 files changed, 2 insertions, 0 deletions
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 <iostream>
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",