1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-02 17:00:50 +00:00
This commit is contained in:
Carles Fernandez 2018-05-20 00:15:46 +02:00
commit 0e3e1126c8
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)
{
LOW(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what();
LOG(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what();
}
}