mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-05 18:27:02 +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;
|
||||
|
||||
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"))
|
||||
{
|
||||
item_size = sizeof(gr_complex); //output
|
||||
|
Loading…
x
Reference in New Issue
Block a user