Skip to content

Commit

Permalink
Outputting exception when called
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardo91 authored and Bardo91 committed Nov 4, 2019
1 parent a7b9478 commit 77f4687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fastcom/Subscriber.inl
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ namespace fastcom{
mCallbackGuard.unlock();
}
}catch(std::exception &e ){
std::cerr << e.what() << std::endl;
mRun = false;
}
}
Expand Down

0 comments on commit 77f4687

Please sign in to comment.