From a6070f3492fd8aa5273818bf897b8a0106fe1e88 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 23 Sep 2014 16:48:42 -0700 Subject: sbx: Fixed logging string (showed TX instead of RX) --- host/lib/usrp/dboard/db_sbx_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/lib/usrp/dboard/db_sbx_common.cpp b/host/lib/usrp/dboard/db_sbx_common.cpp index b67910e9a..ce5166c4c 100644 --- a/host/lib/usrp/dboard/db_sbx_common.cpp +++ b/host/lib/usrp/dboard/db_sbx_common.cpp @@ -54,7 +54,7 @@ static int rx_pga0_gain_to_iobits(double &gain){ int iobits = ((~attn_code) << RX_ATTN_SHIFT) & RX_ATTN_MASK; UHD_LOGV(often) << boost::format( - "SBX TX Attenuation: %f dB, Code: %d, IO Bits %x, Mask: %x" + "SBX RX Attenuation: %f dB, Code: %d, IO Bits %x, Mask: %x" ) % attn % attn_code % (iobits & RX_ATTN_MASK) % RX_ATTN_MASK << std::endl; //the actual gain setting -- cgit v1.2.3