mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-08 23:13:54 +00:00
Adding extra info in log message
This commit is contained in:
parent
f6838a2561
commit
80f6cf417b
@ -121,7 +121,7 @@ FreqXlatingFirFilter::FreqXlatingFirFilter(ConfigurationInterface* configuration
|
|||||||
}
|
}
|
||||||
|
|
||||||
size_t item_size;
|
size_t item_size;
|
||||||
|
LOG(INFO) << "Created freq_xlating_fir_filter with " << taps_.size()<<" taps";
|
||||||
if ((taps_item_type_ == "float") && (input_item_type_ == "gr_complex") && (output_item_type_ == "gr_complex"))
|
if ((taps_item_type_ == "float") && (input_item_type_ == "gr_complex") && (output_item_type_ == "gr_complex"))
|
||||||
{
|
{
|
||||||
item_size = sizeof(gr_complex); //output
|
item_size = sizeof(gr_complex); //output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user