don't silently swallow exceptions

This commit is contained in:
Michael Davidsaver
2015-11-23 16:41:31 -05:00
parent 839faf66c0
commit 0fe4e41099
+1 -1
View File
@@ -552,7 +552,7 @@ void ServerContextImpl::dispose()
}
catch(...)
{
// noop
std::cerr<<"Oh no, something when wrong in ServerContextImpl::dispose!\n";
}
}