File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ ModuleService::ModuleService(int argc,
254254}
255255
256256ModuleService::~ModuleService () {
257- std::cout << " Shutting down gracefully." ;
257+ std::cout << " Shutting down gracefully.\n " ;
258258 server_->shutdown ();
259259
260260 if (parent_) {
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ RobotClient::~RobotClient() {
120120 try {
121121 this ->close ();
122122 } catch (const std::exception& e) {
123- std::cerr << " Received err while closing RobotClient: " << e.what ();
123+ std::cerr << " Received err while closing RobotClient: " << e.what () << " \n " ;
124124 } catch (...) {
125- std::cerr << " Received unknown err while closing RobotClient" ;
125+ std::cerr << " Received unknown err while closing RobotClient\n " ;
126126 }
127127 }
128128}
You can’t perform that action at this time.
0 commit comments