aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/log_c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/log_c.cpp')
-rw-r--r--host/lib/utils/log_c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/log_c.cpp b/host/lib/utils/log_c.cpp
index be08dbe01..932ab25ff 100644
--- a/host/lib/utils/log_c.cpp
+++ b/host/lib/utils/log_c.cpp
@@ -48,7 +48,7 @@ void UHD_API _uhd_log(const uhd_log_severity_level_t log_level,
filename,
unsigned(lineno),
component,
- boost::this_thread::get_id())
+ std::this_thread::get_id())
<< c_str;
} catch (...) {
}