Commit 8426dfae authored by Branislav Katreniak's avatar Branislav Katreniak
Browse files

ds/asio/resource: print number of flying exceptions in destructor

To help investigations
parent 1131b116
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -103,7 +103,7 @@ ResourceBase::ResourceBase(Private, ResourceContext& context, std::string&& path
}
ResourceBase::~ResourceBase() {
DS_INFO_ENTER(path());
DS_INFO_ENTER(path(), std::uncaught_exceptions());
if (!m_path.empty()) {
// root resource is not synchronized and not in resources
assertSynchronized();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment