From e570d13daa87011fe1044893ef42684d36e63fb3 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 30 Jul 2018 15:58:09 -0700 Subject: b100: Demote some clocking-related log messages to trace --- host/lib/usrp/b100/clock_ctrl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib') diff --git a/host/lib/usrp/b100/clock_ctrl.cpp b/host/lib/usrp/b100/clock_ctrl.cpp index 58e57d7b5..7a089e293 100644 --- a/host/lib/usrp/b100/clock_ctrl.cpp +++ b/host/lib/usrp/b100/clock_ctrl.cpp @@ -138,7 +138,7 @@ static clock_settings_type get_clock_settings(double rate){ cs.chan_divider /= cs.vco_divider; } - UHD_LOGGER_DEBUG("B100") + UHD_LOGGER_TRACE("B100") << "gcd: " << gcd << " X: " << X << " Y: " << Y @@ -156,7 +156,7 @@ static clock_settings_type get_clock_settings(double rate){ if (cs.get_vco_rate() < 1400e6 + vco_bound_pad) continue; if (cs.get_out_rate() != rate) continue; - UHD_LOGGER_INFO("B100") << "USRP-B100 clock control: " << i << cs.to_pp_string() ; + UHD_LOGGER_TRACE("B100") << "USRP-B100 clock control: " << i << cs.to_pp_string() ; return cs; } } -- cgit v1.2.3