From 15f0140cd715900b3950b477fb156b0435235c4a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 3 May 2017 15:58:55 -0700 Subject: log: Fixed compiler warning --- host/lib/utils/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/utils/log.cpp') diff --git a/host/lib/utils/log.cpp b/host/lib/utils/log.cpp index 78c02a4c5..bfa012323 100644 --- a/host/lib/utils/log.cpp +++ b/host/lib/utils/log.cpp @@ -356,10 +356,10 @@ private: std::mutex _logmap_mutex; std::atomic _exit; std::map _loggers; - uhd::transport::bounded_buffer _log_queue; #ifndef UHD_LOG_FASTPATH_DISABLE uhd::transport::bounded_buffer _fastpath_queue; #endif + uhd::transport::bounded_buffer _log_queue; }; UHD_SINGLETON_FCN(log_resource, log_rs); -- cgit v1.2.3