Add some debug printing
This commit is contained in:
parent
34040e5af1
commit
5e7d0a33cc
4 changed files with 18 additions and 0 deletions
|
@ -45,6 +45,9 @@ namespace {
|
|||
{ }
|
||||
|
||||
virtual void on_signal() override {
|
||||
#if !defined(NDEBUG)
|
||||
std::cout << "SIGINT received!!\n";
|
||||
#endif
|
||||
m_eventia->stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue