summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-04 15:25:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-04 15:25:38 +0200
commit7d96faeacd284ca30a04f6a5af06f06c5cc02c36 (patch)
tree5cc25b2ba3b9665f2f36dbf41a4ecb03062bf927 /desktop
parent09be30729e081a636886ffadc3179469098c5512 (diff)
Improved error reporting
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 01d1c7de9867..156e8b59bd19 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -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;