1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 20:50:33 +00:00
This commit is contained in:
Carles Fernandez 2018-08-11 20:51:59 +02:00
parent 49c480018c
commit 0126c26cd2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -448,7 +448,7 @@ int main(int argc, char** argv)
} }
catch (const boost::exception& e) catch (const boost::exception& e)
{ {
LOG(INFO) << "Exception caught while pushing to he internal queue."; LOG(INFO) << "Exception caught while pushing to the internal queue.";
} }
try try
{ {