summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/reader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/reader.cxx')
-rw-r--r--binaryurp/source/reader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx
index b11b77ffe658..902225e1bd54 100644
--- a/binaryurp/source/reader.cxx
+++ b/binaryurp/source/reader.cxx
@@ -120,9 +120,9 @@ void Reader::execute() {
block.done();
}
} catch (const css::uno::Exception & e) {
- SAL_WARN("binaryurp", "caught UNO exception '" << e << '\'');
+ SAL_WARN("binaryurp", "caught UNO exception, " << e << " " << e.Message);
} catch (const std::exception & e) {
- SAL_WARN("binaryurp", "caught C++ exception '" << e.what() << '\'');
+ SAL_WARN("binaryurp", "caught C++ exception, " << e.what() );
}
bridge_->terminate(false);
bridge_.clear();