mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Fix typo
This commit is contained in:
parent
d61bc907fe
commit
d6654301c5
@ -129,7 +129,7 @@ Ad9361FpgaSignalSource::~Ad9361FpgaSignalSource()
|
|||||||
}
|
}
|
||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
LOW(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what();
|
LOG(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user