diff options
Diffstat (limited to 'host/lib/rfnoc/node_ctrl_base.cpp')
-rw-r--r-- | host/lib/rfnoc/node_ctrl_base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/node_ctrl_base.cpp b/host/lib/rfnoc/node_ctrl_base.cpp index 7828cd514..60496798d 100644 --- a/host/lib/rfnoc/node_ctrl_base.cpp +++ b/host/lib/rfnoc/node_ctrl_base.cpp @@ -20,7 +20,7 @@ std::string node_ctrl_base::unique_id() const void node_ctrl_base::clear() { - UHD_RFNOC_BLOCK_TRACE() << "node_ctrl_base::clear() " ; + UHD_LOG_TRACE(unique_id(), "node_ctrl_base::clear()"); // Reset connections: _upstream_nodes.clear(); _downstream_nodes.clear(); |