mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-04 04:43:48 +00:00
Print args
This commit is contained in:
parent
9a3980c8d9
commit
b059d5a648
@ -77,6 +77,11 @@ OsmosdrSignalSource::OsmosdrSignalSource(ConfigurationInterface* configuration,
|
|||||||
// 1. Make the driver instance
|
// 1. Make the driver instance
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (!osmosdr_args_.empty())
|
||||||
|
{
|
||||||
|
std::cout << "OsmoSdr arguments: " << osmosdr_args_ << std::endl;
|
||||||
|
LOG(INFO) << "OsmoSdr arguments: " << osmosdr_args_;
|
||||||
|
}
|
||||||
osmosdr_source_ = osmosdr::source::make(osmosdr_args_);
|
osmosdr_source_ = osmosdr::source::make(osmosdr_args_);
|
||||||
}
|
}
|
||||||
catch( boost::exception & e )
|
catch( boost::exception & e )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user