Add some debug printing

This commit is contained in:
King_DuckZ 2020-08-15 14:58:20 +01:00
parent 34040e5af1
commit 5e7d0a33cc
4 changed files with 18 additions and 0 deletions

View file

@ -45,6 +45,9 @@ namespace {
{ }
virtual void on_signal() override {
#if !defined(NDEBUG)
std::cout << "SIGINT received!!\n";
#endif
m_eventia->stop();
}