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

Improved error reporting

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