summaryrefslogtreecommitdiffstats
path: root/extensions/source/update/check/updatecheck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updatecheck.cxx')
-rw-r--r--extensions/source/update/check/updatecheck.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index e6d6a2cd0463..817fc5ac8175 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -534,7 +534,7 @@ UpdateCheckThread::run()
catch(const uno::Exception& e) {
// Silently catch all errors
- SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e.Message );
+ SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e );
}
}
@@ -549,7 +549,7 @@ ManualUpdateCheckThread::run()
}
catch(const uno::Exception& e) {
// Silently catch all errors
- SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e.Message );
+ SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e );
}
}