From 4e12602f6d30acaeb9dbf534549ac75e0f78ca1b Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 13 Jul 2017 16:29:59 -0700 Subject: converters: Remove log message in register_converter Similar to b431866a5, this reduces logging in static initializer blocks. Those are prone to hang during DLL initialization. --- host/lib/convert/convert_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp index 33f88d70b..603ce74ec 100644 --- a/host/lib/convert/convert_impl.cpp +++ b/host/lib/convert/convert_impl.cpp @@ -80,7 +80,7 @@ void uhd::convert::register_converter( get_table()[id][prio] = fcn; //----------------------------------------------------------------// - UHD_LOG_TRACE("CONVERT", boost::format("register_converter: %s prio: %s") % id.to_string() % prio) + //UHD_LOG_TRACE("CONVERT", boost::format("register_converter: %s prio: %s") % id.to_string() % prio) //----------------------------------------------------------------// } -- cgit v1.2.3