Kaydet (Commit) 7d96faea authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improved error reporting

üst 09be3072
......@@ -702,8 +702,7 @@ void Desktop::ensureProcessServiceFactory()
}
catch (const css::uno::Exception& e)
{
(void)e;
OSL_FAIL(rtl::OUStringToOString(e.Message, osl_getThreadTextEncoding()).getStr());
SAL_WARN("desktop", "UNO Exception: " << e.Message);
// let exceptions escape and tear down the process, it is
// completely broken anyway
throw;
......
Markdown is supported
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