From e10817781df505332d15fe4a7ea48efccad796d3 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 16 May 2017 16:29:29 -0700 Subject: rfnoc: Enabled log messages for graph_impl --- host/lib/rfnoc/graph_impl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/lib/rfnoc/graph_impl.cpp') diff --git a/host/lib/rfnoc/graph_impl.cpp b/host/lib/rfnoc/graph_impl.cpp index 118e9d302..be2a4c505 100644 --- a/host/lib/rfnoc/graph_impl.cpp +++ b/host/lib/rfnoc/graph_impl.cpp @@ -118,8 +118,7 @@ void graph_impl::connect( ********************************************************************/ size_t pkt_size = (pkt_size_ != 0) ? pkt_size_ : src->get_output_signature(src_block_port).packet_size; if (pkt_size == 0) { // Unspecified packet rate. Assume max packet size. - UHD_LOGGER_INFO("RFNOC") - << "Assuming max packet size for " << src->get_block_id(); + UHD_LOGGER_WARNING("RFNOC") << "Assuming max packet size for " << src->get_block_id() ; pkt_size = uhd::rfnoc::MAX_PACKET_SIZE; } // FC window (in packets) depends on FIFO size... ...and packet size. -- cgit v1.2.3