mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Catch exception by reference
This commit is contained in:
parent
ea50ca0ddd
commit
1bad4d3be6
@ -114,7 +114,7 @@ void ControlThread::run()
|
|||||||
{
|
{
|
||||||
flowgraph_->connect();
|
flowgraph_->connect();
|
||||||
}
|
}
|
||||||
catch (const std::exception e)
|
catch (const std::exception &e)
|
||||||
{
|
{
|
||||||
LOG(ERROR) << e.what();
|
LOG(ERROR) << e.what();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user