1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 12:40:35 +00:00
This commit is contained in:
Carles Fernandez 2018-05-20 00:15:22 +02:00
parent d61bc907fe
commit d6654301c5
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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();
} }
} }