don't silently swallow exceptions

This commit is contained in:
Michael Davidsaver
2015-09-04 13:35:50 -04:00
parent 839faf66c0
commit 0fe4e41099

View File

@@ -552,7 +552,7 @@ void ServerContextImpl::dispose()
}
catch(...)
{
// noop
std::cerr<<"Oh no, something when wrong in ServerContextImpl::dispose!\n";
}
}