diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-03-26 16:31:28 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-28 14:21:35 -0700 |
commit | 741928739bde80545be19228f473c4d77871b5ca (patch) | |
tree | c55e86f27c5fe1509238a44054d39b397e9d2549 /host | |
parent | 18cda8029ff7ab1255579d81b0b27de68dacc88e (diff) | |
download | uhd-741928739bde80545be19228f473c4d77871b5ca.tar.gz uhd-741928739bde80545be19228f473c4d77871b5ca.tar.bz2 uhd-741928739bde80545be19228f473c4d77871b5ca.zip |
usrp2: Modify trace log statement in ad9777 control
Reviewed-by: Derek Kozek <derek.kozel@ettus.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/usrp2/codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/codec_ctrl.cpp b/host/lib/usrp/usrp2/codec_ctrl.cpp index 5c1c006fb..88f6007e8 100644 --- a/host/lib/usrp/usrp2/codec_ctrl.cpp +++ b/host/lib/usrp/usrp2/codec_ctrl.cpp @@ -192,7 +192,7 @@ private: void send_ad9777_reg(uint8_t addr){ uint16_t reg = _ad9777_regs.get_write_reg(addr); - UHD_LOGGER_TRACE("USRP2") << "send_ad9777_reg: " << std::hex << reg; + UHD_LOG_TRACE("USRP2", "send_ad9777_reg: 0x" << std::hex << reg); _spiface->write_spi( SPI_SS_AD9777, spi_config_t::EDGE_RISE, reg, 16 |