From 282d57591b2e9befaff667dc9ab2febabcd61e93 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 6 Apr 2017 23:34:16 -0700 Subject: logging: Demoted more DEBUG to TRACE --- host/lib/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/device.cpp') diff --git a/host/lib/device.cpp b/host/lib/device.cpp index 0cdfc14aa..ace0a0bd6 100644 --- a/host/lib/device.cpp +++ b/host/lib/device.cpp @@ -149,7 +149,7 @@ device::sptr device::make(const device_addr_t &hint, device_filter_t filter, siz device_addr_t dev_addr; make_t maker; boost::tie(dev_addr, maker) = dev_addr_makers.at(which); size_t dev_hash = hash_device_addr(dev_addr); - UHD_LOGGER_DEBUG("UHD") << boost::format("Device hash: %u") % dev_hash ; + UHD_LOGGER_TRACE("UHD") << boost::format("Device hash: %u") % dev_hash ; //copy keys that were in hint but not in dev_addr //this way, we can pass additional transport arguments -- cgit v1.2.3