This commit is contained in:
Robin E.R. Davies
2026-05-20 09:30:55 -04:00
parent 7343ced278
commit 5ee86c519f
7 changed files with 42 additions and 25 deletions
+2 -1
View File
@@ -208,8 +208,9 @@ void DBusDispatcher::WaitForClose()
serviceThread.join();
}
}
catch (const std::exception &)
catch (const std::exception &e)
{
std::cout << "DBusDispatcher: " << e.what() << std::endl;
}
if (eventFd != -1)
{