don't silently swallow exceptions
This commit is contained in:
@@ -552,7 +552,7 @@ void ServerContextImpl::dispose()
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
// noop
|
||||
std::cerr<<"Oh no, something when wrong in ServerContextImpl::dispose!\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user