1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-01 16:27:03 +00:00
This commit is contained in:
Carles Fernandez 2015-05-22 18:37:24 +02:00
parent ba18838876
commit b2d5a90b63

View File

@ -162,7 +162,7 @@ int main(int argc, char **argv)
}
catch(...)
{
LOW(WARNING) << "Unexpected catch";
LOG(WARNING) << "Unexpected catch";
}
google::ShutDownCommandLineFlags();
}