update
This commit is contained in:
@@ -355,12 +355,12 @@ namespace amr_control
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
robot::log_error("[%s:%d]\n Exception: %s", __FILE__, __LINE__, e.what());
|
||||
exit(1);
|
||||
// exit(1);
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
robot::log_error("[%s:%d]\n Unknown exception occurred", __FILE__, __LINE__);
|
||||
exit(1);
|
||||
// exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user